Searched refs:ap_proxy_send_fb (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/usr.sbin/httpd/src/modules/proxy/ |
| D | proxy_cache.c | 702 ap_proxy_send_fb(c->origfp, r, c, c->len, 1, 0, IOBUFSIZE); in ap_proxy_cache_conditional() 773 ap_proxy_send_fb(c->origfp, r, c, c->len, 1, 0, IOBUFSIZE); in ap_proxy_cache_conditional() 802 ap_proxy_send_fb(c->origfp, r, c, c->len, r->header_only, 0, IOBUFSIZE); in ap_proxy_cache_conditional() 809 ap_proxy_send_fb(cachefp, r, NULL, c->len, 0, 0, IOBUFSIZE); in ap_proxy_cache_conditional()
|
| D | mod_proxy.h | 304 long int ap_proxy_send_fb(BUFF *f, request_rec *r, cache_req *c, off_t len, int nowrite, int chunke…
|
| D | proxy_http.c | 729 ap_proxy_send_fb(f, r, c, c->len, 0, chunked, conf->io_buffer_size); in ap_proxy_http_handler()
|
| D | proxy_util.c | 461 long int ap_proxy_send_fb(BUFF *f, request_rec *r, cache_req *c, off_t len, int nowrite, int chunke… in ap_proxy_send_fb() function
|
| D | proxy_ftp.c | 1432 ap_proxy_send_fb(data, r, c, -1, 0, 0, conf->io_buffer_size); in ap_proxy_ftp_handler()
|
| /mirbsd/src/usr.sbin/httpd/src/include/ |
| D | ap_compat.h | 303 #define proxy_send_fb ap_proxy_send_fb
|