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

/httpd/modules/cache/
H A Dmod_cache_disk.h53 apr_table_t *headers_out; /* Output headers to save */ member in struct:disk_cache_object
H A Dcache_util.c706 * the new warning to the correct *headers_out location.
1203 apr_table_t *headers_out; local
1216 headers_out = apr_table_copy(pool, t);
1218 apr_table_unset(headers_out, "Connection");
1219 apr_table_unset(headers_out, "Keep-Alive");
1220 apr_table_unset(headers_out, "Proxy-Authenticate");
1221 apr_table_unset(headers_out, "Proxy-Authorization");
1222 apr_table_unset(headers_out, "TE");
1223 apr_table_unset(headers_out, "Trailers");
1224 apr_table_unset(headers_out, "Transfe
1256 apr_table_t *headers_out; local
1271 apr_table_t *headers_out; local
[all...]
H A Dmod_cache_socache.c57 * r->headers_out (delimited by CRLF)
76 apr_table_t *headers_out; /* Output headers to save */ member in struct:cache_socache_object_t
402 if (APR_SUCCESS != store_table(r->headers_out, NULL, dconf->max, &total)
795 if (r->headers_out) {
796 sobj->headers_out = ap_cache_cacheable_headers_out(r);
814 if (sobj->headers_out) {
817 vary = apr_table_get(sobj->headers_out, "Vary");
908 if (sobj->headers_out) {
909 if (APR_SUCCESS != store_table(sobj->headers_out, sobj->buffer,
1067 const char *cl_header = apr_table_get(r->headers_out, "Conten
[all...]
/httpd/include/
H A Dhttpd.h911 * The difference between headers_out and err_headers_out is that the
922 apr_table_t *headers_out; member in struct:request_rec

Completed in 1587 milliseconds