Searched refs:req_hdrs (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/cache/
H A Dmod_cache.h93 apr_table_t *req_hdrs; /* cached request headers */ member in struct:cache_handle
H A Dcache_storage.c273 * cache the req_hdrs if the response contains a Vary
290 h2 = cache_table_getm(r->pool, h->req_hdrs, vary);
H A Dmod_cache_disk.c875 h->req_hdrs = apr_table_make(r->pool, 20);
880 read_table(h, r, h->req_hdrs, dobj->hdrs.fd);
H A Dmod_cache_socache.c632 h->req_hdrs = apr_table_make(r->pool, 20);
642 if (APR_SUCCESS != read_table(h, r, h->req_hdrs, sobj->buffer, buffer_len,

Completed in 1500 milliseconds