|
Apache HTTPD
|
Public Attributes | |
| char * | buffer |
| apr_size_t | blen |
| apr_pool_t * | p |
| apr_pool_t * | tp |
| apr_socket_t * | sock |
| apr_bucket_brigade * | bb |
| apr_bucket_brigade * | tb |
| apr_memcache_server_t * | ms |
Definition at line 23 of file apr_memcache.c.
| apr_bucket_brigade* apr_memcache_conn_t::bb |
Definition at line 30 of file apr_memcache.c.
| apr_size_t apr_memcache_conn_t::blen |
Definition at line 26 of file apr_memcache.c.
| char* apr_memcache_conn_t::buffer |
Definition at line 25 of file apr_memcache.c.
| apr_memcache_server_t* apr_memcache_conn_t::ms |
Definition at line 32 of file apr_memcache.c.
| apr_pool_t* apr_memcache_conn_t::p |
Definition at line 27 of file apr_memcache.c.
| apr_socket_t* apr_memcache_conn_t::sock |
Definition at line 29 of file apr_memcache.c.
| apr_bucket_brigade* apr_memcache_conn_t::tb |
Definition at line 31 of file apr_memcache.c.
| apr_pool_t* apr_memcache_conn_t::tp |
Definition at line 28 of file apr_memcache.c.