Home
last modified time | relevance | path

Searched refs:ap_table_mergen (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/modules/proxy/
Dproxy_http.c412 ap_table_mergen(req_hdrs, "Via", in ap_proxy_http_handler()
436 ap_table_mergen(req_hdrs, "X-Forwarded-For", r->connection->remote_ip); in ap_proxy_http_handler()
442 ap_table_mergen(req_hdrs, "X-Forwarded-Host", buf); in ap_proxy_http_handler()
449 ap_table_mergen(req_hdrs, "X-Forwarded-Server", r->server->server_hostname); in ap_proxy_http_handler()
576 ap_table_mergen((table *)resp_hdrs, "Via", in ap_proxy_http_handler()
684 ap_table_mergen(r->headers_out, "X-Cache", in ap_proxy_http_handler()
Dproxy_cache.c792 ap_table_mergen(r->headers_out, "X-Cache", c->xcache); in ap_proxy_cache_conditional()
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_headers.c226 ap_table_mergen(tbl, hdr->header, hdr->value); in do_headers_fixup()
Dmod_expires.c484 ap_table_mergen(r->headers_out, "Cache-Control", ap_pstrdup(r->pool, age)); in add_expires()
Dmod_speling.c522 ap_table_mergen(r->subprocess_env, "VARIANTS", in check_speling()
Dmod_negotiation.c2264 ap_table_mergen(hdrs, "Alternates", in set_neg_headers()
2271 ap_table_mergen(hdrs, "Vary", 2 + ap_pstrcat(r->pool, in set_neg_headers()
/mirbsd/src/usr.sbin/httpd/src/include/
Dap_alloc.h241 API_EXPORT(void) ap_table_mergen(table *, const char *name,
Dap_compat.h403 #define table_mergen ap_table_mergen
/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_protocol.c479 ap_table_mergen(r->headers_out, "Connection", "Keep-Alive"); in ap_set_keepalive()
494 ap_table_mergen(r->headers_out, "Connection", "close"); in ap_set_keepalive()
1822 ap_table_mergen(r->headers_out, "Transfer-Encoding", "chunked"); in ap_send_http_header()
1838 ap_table_mergen(r->headers_out, "Content-Language", in ap_send_http_header()
Dalloc.c1546 API_EXPORT(void) ap_table_mergen(table *t, const char *key, const char *val) function
/mirbsd/src/usr.sbin/httpd/src/modules/experimental/
Dmod_auth_digest.c791 ap_table_mergen(r->err_headers_out, in note_digest_auth_failure()
1493 ap_table_mergen(r->headers_out, in add_auth_info()