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

Public Attributes

apr_pool_tpool
 
unsigned charbuffer
 
apr_size_t buffer_len
 
apr_bucket_brigadebody
 
apr_table_theaders_in
 
apr_table_theaders_out
 
cache_socache_info_t socache_info
 
apr_size_t body_offset
 
apr_off_t body_length
 
apr_time_t expire
 
const charname
 
const charkey
 
apr_off_t offset
 
apr_time_t timeout
 
unsigned int newbody:1
 
unsigned int done:1
 

Detailed Description

Definition at line 75 of file mod_cache_socache.c.

Member Data Documentation

◆ body

apr_bucket_brigade* cache_socache_object_t::body

Definition at line 80 of file mod_cache_socache.c.

◆ body_length

apr_off_t cache_socache_object_t::body_length

Definition at line 85 of file mod_cache_socache.c.

◆ body_offset

apr_size_t cache_socache_object_t::body_offset

Definition at line 84 of file mod_cache_socache.c.

◆ buffer

unsigned char* cache_socache_object_t::buffer

Definition at line 78 of file mod_cache_socache.c.

◆ buffer_len

apr_size_t cache_socache_object_t::buffer_len

Definition at line 79 of file mod_cache_socache.c.

◆ done

unsigned int cache_socache_object_t::done

Definition at line 93 of file mod_cache_socache.c.

◆ expire

apr_time_t cache_socache_object_t::expire

Definition at line 86 of file mod_cache_socache.c.

◆ headers_in

apr_table_t* cache_socache_object_t::headers_in

Definition at line 81 of file mod_cache_socache.c.

◆ headers_out

apr_table_t* cache_socache_object_t::headers_out

Definition at line 82 of file mod_cache_socache.c.

◆ key

const char* cache_socache_object_t::key

Definition at line 89 of file mod_cache_socache.c.

◆ name

const char* cache_socache_object_t::name

Definition at line 88 of file mod_cache_socache.c.

◆ newbody

unsigned int cache_socache_object_t::newbody

Definition at line 92 of file mod_cache_socache.c.

◆ offset

apr_off_t cache_socache_object_t::offset

Definition at line 90 of file mod_cache_socache.c.

◆ pool

apr_pool_t* cache_socache_object_t::pool

Definition at line 77 of file mod_cache_socache.c.

◆ socache_info

cache_socache_info_t cache_socache_object_t::socache_info

Definition at line 83 of file mod_cache_socache.c.

◆ timeout

apr_time_t cache_socache_object_t::timeout

Definition at line 91 of file mod_cache_socache.c.


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