Home
last modified time | relevance | path

Searched refs:ap_proxy_read_headers (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/modules/proxy/
Dmod_proxy.h303 table *ap_proxy_read_headers(request_rec *r, char *buffer, int size, BUFF *f);
Dproxy_util.c391 table *ap_proxy_read_headers(request_rec *r, char *buffer, int size, BUFF *f) in ap_proxy_read_headers() function
537 if (NULL == ap_proxy_read_headers(r, buf, buf_size, f)) { in ap_proxy_send_fb()
1559 ap_proxy_read_headers(r, buffer, size, f); in ap_proxy_read_response_line()
Dproxy_cache.c587 c->req_hdrs = ap_proxy_read_headers(r, urlbuff, sizeof urlbuff, cachefp); in rdcache()
611 c->hdrs = ap_proxy_read_headers(r, urlbuff, sizeof urlbuff, cachefp); in rdcache()
Dproxy_http.c557 resp_hdrs = ap_proxy_read_headers(r, buffer, sizeof(buffer), f); in ap_proxy_http_handler()
/mirbsd/src/usr.sbin/httpd/src/include/
Dap_compat.h301 #define proxy_read_headers ap_proxy_read_headers