Searched refs:ap_proxy_read_headers (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/usr.sbin/httpd/src/modules/proxy/ |
| D | mod_proxy.h | 303 table *ap_proxy_read_headers(request_rec *r, char *buffer, int size, BUFF *f);
|
| D | proxy_util.c | 391 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()
|
| D | proxy_cache.c | 587 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()
|
| D | proxy_http.c | 557 resp_hdrs = ap_proxy_read_headers(r, buffer, sizeof(buffer), f); in ap_proxy_http_handler()
|
| /mirbsd/src/usr.sbin/httpd/src/include/ |
| D | ap_compat.h | 301 #define proxy_read_headers ap_proxy_read_headers
|