Searched defs:headers_in (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/cache/
H A Dmod_cache_disk.h52 apr_table_t *headers_in; /* Input headers to save */ member in struct:disk_cache_object
H A Dmod_cache_socache.c45 * Use each header name (from .header) with our request values (headers_in) to
59 * r->headers_in (delimited by CRLF)
75 apr_table_t *headers_in; /* Input headers to save */ member in struct:cache_socache_object_t
403 || APR_SUCCESS != store_table(r->headers_in, NULL, dconf->max,
530 nkey = regen_key(r->pool, r->headers_in, varray, key);
799 if (r->headers_in) {
800 sobj->headers_in = ap_cache_cacheable_headers_in(r);
872 obj->key = sobj->key = regen_key(r->pool, sobj->headers_in, varray,
919 /* Parse the vary header and dump those fields from the headers_in. */
921 if (sobj->headers_in) {
[all...]
/httpd/modules/proxy/
H A Dproxy_util.c2349 proxy_auth = apr_table_get(r->headers_in, "Proxy-Authorization");
3300 x.is_req = (headers == r->headers_in);
3345 const apr_table_entry_t *headers_in; local
3409 const char* hostname = apr_table_get(r->headers_in,"Host");
3431 * pairs in r->headers_in have been created out of r->pool and
3436 saved_headers_in = r->headers_in;
3437 r->headers_in = apr_table_copy(r->pool, saved_headers_in);
3442 apr_table_unset(r->headers_in, "Via");
3454 apr_table_mergen(r->headers_in, "Via",
3483 if (((val = apr_table_get(r->headers_in, "Expec
[all...]
/httpd/include/
H A Dhttpd.h920 apr_table_t *headers_in; member in struct:request_rec

Completed in 30 milliseconds