Searched refs:err_headers_out (Results 1 - 25 of 36) sorted by relevance

12

/httpd/modules/mappers/
H A Dmod_dir.c206 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 Dmod_negotiation.c2478 /* 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 Dmod_session_cookie.c70 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 Dmod_session.c454 const char *override = apr_table_get(r->err_headers_out, conf->header);
459 apr_table_unset(r->err_headers_out, conf->header);
H A Dmod_session_dbd.c441 r->headers_out, r->err_headers_out, NULL);
447 r->headers_out, r->err_headers_out, NULL);
/httpd/
H A Dap.d37 uintptr_t err_headers_out;
/httpd/modules/cache/
H A Dmod_cache.c910 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 Dcache_util.c1274 r->err_headers_out);
1275 apr_table_clear(r->err_headers_out);
H A Dcache_storage.c181 * 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 Dhttp_request.c483 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 Dhttp_protocol.c1391 * 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 Dhttp_filters.c1189 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 Dutil_script.c445 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 Dmod_proxy_scgi.c395 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 Dmod_proxy_ajp.c456 apr_table_set(r->err_headers_out, wa, buf);
H A Dmod_proxy_http.c1079 rp->err_headers_out = apr_table_make(pool, 5);
1665 apr_table_set(r->err_headers_out, wa, buf);
/httpd/modules/metadata/
H A Dmod_expires.c466 * 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 Dmod_usertrack.c147 apr_table_addn(r->err_headers_out,
H A Dmod_headers.c877 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 Dmod_authz_dbd.c191 apr_table_set(r->err_headers_out, "Location", newuri);
H A Dmod_auth_form.c416 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 Dmod_auth_basic.c232 apr_table_setn(r->err_headers_out,
H A Dmod_authnz_fcgi.c693 apr_table_unset(r->err_headers_out, key);
789 r->err_headers_out, NULL);
/httpd/modules/filters/
H A Dmod_deflate.c690 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 Dhttpd.h911 * The difference between headers_out and err_headers_out is that the
925 apr_table_t *err_headers_out; member in struct:request_rec

Completed in 2861 milliseconds

12