/httpd/modules/mappers/ |
H A D | mod_dir.c | 206 r->err_headers_out = apr_table_overlay(r->pool, r->err_headers_out, 207 rr->err_headers_out); 351 r->err_headers_out = apr_table_overlay(r->pool, r->err_headers_out, 352 rr->err_headers_out);
|
H A D | mod_negotiation.c | 2478 /* Put headers into err_headers_out, since send_http_header() 2479 * outputs both headers_out and err_headers_out. 2481 hdrs = r->err_headers_out; 2719 !apr_table_get(sub_req->err_headers_out, "TCN")) { 2752 apr_table_get(sub_req->err_headers_out, "TCN")) { 2795 if ((sub_vary = apr_table_get(sub_req->err_headers_out, "Vary")) != NULL) { 2796 apr_table_setn(r->err_headers_out, "Variant-Vary", sub_vary); 2802 apr_table_setn(r->err_headers_out, "Vary", sub_vary); 2803 apr_table_unset(sub_req->err_headers_out, "Vary"); 2806 apr_table_setn(r->err_headers_out, "Conten [all...] |
/httpd/modules/session/ |
H A D | mod_session_cookie.c | 70 z->maxage, r->headers_out, r->err_headers_out, 75 r->err_headers_out, NULL); 83 z->maxage, r->headers_out, r->err_headers_out, 88 r->headers_out, r->err_headers_out, NULL);
|
H A D | mod_session.c | 454 const char *override = apr_table_get(r->err_headers_out, conf->header); 459 apr_table_unset(r->err_headers_out, conf->header);
|
H A D | mod_session_dbd.c | 441 r->headers_out, r->err_headers_out, NULL); 447 r->headers_out, r->err_headers_out, NULL);
|
/httpd/ |
H A D | ap.d | 37 uintptr_t err_headers_out;
|
/httpd/modules/cache/ |
H A D | mod_cache.c | 910 warn_head = apr_table_get(r->err_headers_out, "Warning"); 913 apr_table_mergen(r->err_headers_out, "Warning", 933 exps = apr_table_get(r->err_headers_out, "Expires"); 945 lastmods = apr_table_get(r->err_headers_out, "Last-Modified"); 960 etag = apr_table_get(r->err_headers_out, "Etag"); 964 cc_out = cache_table_getm(r->pool, r->err_headers_out, "Cache-Control"); 965 pragma = cache_table_getm(r->pool, r->err_headers_out, "Pragma"); 966 headers = r->err_headers_out; 1247 cl = apr_table_get(r->err_headers_out, "Content-Length"); 1367 dates = apr_table_get(r->err_headers_out, "Dat [all...] |
H A D | cache_util.c | 1274 r->err_headers_out); 1275 apr_table_clear(r->err_headers_out);
|
H A D | cache_storage.c | 181 * r->err_headers_out as they may be different to what we have received 189 apr_table_unset(r->err_headers_out, "Content-Type");
|
/httpd/modules/http/ |
H A D | http_request.c | 483 new->err_headers_out = r->err_headers_out; 596 r->err_headers_out = apr_table_overlay(r->pool, rr->err_headers_out, 597 r->err_headers_out);
|
H A D | http_protocol.c | 1391 * It's possible that the Location field might be in r->err_headers_out 1396 location = apr_table_get(r->err_headers_out, "Location"); 1420 r->headers_out = r->err_headers_out; 1421 r->err_headers_out = tmp; 1422 apr_table_clear(r->err_headers_out);
|
H A D | http_filters.c | 1189 if (!apr_is_empty_table(r->err_headers_out)) { 1190 r->headers_out = apr_table_overlay(r->pool, r->err_headers_out,
|
/httpd/server/ |
H A D | util_script.c | 445 apr_table_do(set_cookie_doo_doo, cookie_table, r->err_headers_out, "Set-Cookie", NULL); 511 apr_table_overlap(r->err_headers_out, merge, 515 apr_table_unset(r->err_headers_out, "Set-Cookie"); 516 r->err_headers_out = apr_table_overlay(r->pool, 517 r->err_headers_out, cookie_table);
|
/httpd/modules/proxy/ |
H A D | mod_proxy_scgi.c | 395 location = apr_table_get(r->err_headers_out, conf->sendfile); 408 apr_table_unset(r->err_headers_out, conf->sendfile); 429 location = apr_table_get(r->err_headers_out, location_header); 439 apr_table_unset(r->err_headers_out, location_header);
|
H A D | mod_proxy_ajp.c | 456 apr_table_set(r->err_headers_out, wa, buf);
|
H A D | mod_proxy_http.c | 1079 rp->err_headers_out = apr_table_make(pool, 5); 1665 apr_table_set(r->err_headers_out, wa, buf);
|
/httpd/modules/metadata/ |
H A D | mod_expires.c | 466 * mod_cgi loads script fields into r->err_headers_out, 469 expiry = apr_table_get(r->err_headers_out, "Expires"); 471 t = r->err_headers_out;
|
H A D | mod_usertrack.c | 147 apr_table_addn(r->err_headers_out,
|
H A D | mod_headers.c | 877 do_headers_fixup(f->r, f->r->err_headers_out, dirconf->fixup_err, 0); 902 * Add any header fields defined by "Header always" to r->err_headers_out. 905 do_headers_fixup(f->r, f->r->err_headers_out, dirconf->fixup_err, 0); 942 if (!do_headers_fixup(r, r->err_headers_out, dirconf->fixup_err, 1))
|
/httpd/modules/aaa/ |
H A D | mod_authz_dbd.c | 191 apr_table_set(r->err_headers_out, "Location", newuri);
|
H A D | mod_auth_form.c | 416 apr_table_setn(r->err_headers_out, "Location", conf->location); 1092 apr_table_addn(r->err_headers_out, "Cache-Control", "no-store"); 1212 apr_table_addn(r->err_headers_out, "Cache-Control", "no-store");
|
H A D | mod_auth_basic.c | 232 apr_table_setn(r->err_headers_out,
|
H A D | mod_authnz_fcgi.c | 693 apr_table_unset(r->err_headers_out, key); 789 r->err_headers_out, NULL);
|
/httpd/modules/filters/ |
H A D | mod_deflate.c | 690 err_enc = apr_table_get(r->err_headers_out, "Content-Encoding"); 696 encoding = apr_table_get(r->err_headers_out, "Content-Encoding"); 1541 (check_gzip(r, r->headers_out, r->err_headers_out) == 0)
|
/httpd/include/ |
H A D | httpd.h | 911 * The difference between headers_out and err_headers_out is that the 925 apr_table_t *err_headers_out; member in struct:request_rec
|