Apache HTTPD
Public Attributes | List of all members
cache_server_query_t Struct Reference

Public Attributes

apr_memcache_server_tms
 
apr_memcache_conn_tconn
 
struct iovecquery_vec
 
apr_int32_t query_vec_count
 

Detailed Description

Server and Query Structure for a multiple get

Definition at line 103 of file apr_memcache.c.

Member Data Documentation

◆ conn

apr_memcache_conn_t* cache_server_query_t::conn

Definition at line 105 of file apr_memcache.c.

◆ ms

apr_memcache_server_t* cache_server_query_t::ms

Definition at line 104 of file apr_memcache.c.

◆ query_vec

struct iovec* cache_server_query_t::query_vec

Definition at line 106 of file apr_memcache.c.

◆ query_vec_count

apr_int32_t cache_server_query_t::query_vec_count

Definition at line 107 of file apr_memcache.c.


The documentation for this struct was generated from the following file: