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

Public Attributes

charbuffer
 
apr_size_t blen
 
apr_pool_tp
 
apr_pool_ttp
 
apr_socket_tsock
 
apr_bucket_brigadebb
 
apr_bucket_brigadetb
 
apr_memcache_server_tms
 

Detailed Description

Definition at line 23 of file apr_memcache.c.

Member Data Documentation

◆ bb

apr_bucket_brigade* apr_memcache_conn_t::bb

Definition at line 30 of file apr_memcache.c.

◆ blen

apr_size_t apr_memcache_conn_t::blen

Definition at line 26 of file apr_memcache.c.

◆ buffer

char* apr_memcache_conn_t::buffer

Definition at line 25 of file apr_memcache.c.

◆ ms

apr_memcache_server_t* apr_memcache_conn_t::ms

Definition at line 32 of file apr_memcache.c.

◆ p

apr_pool_t* apr_memcache_conn_t::p

Definition at line 27 of file apr_memcache.c.

◆ sock

apr_socket_t* apr_memcache_conn_t::sock

Definition at line 29 of file apr_memcache.c.

◆ tb

apr_bucket_brigade* apr_memcache_conn_t::tb

Definition at line 31 of file apr_memcache.c.

◆ tp

apr_pool_t* apr_memcache_conn_t::tp

Definition at line 28 of file apr_memcache.c.


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