Home
last modified time | relevance | path

Searched refs:ap_proxy_send_fb (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/modules/proxy/
Dproxy_cache.c702 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()
Dmod_proxy.h304 long int ap_proxy_send_fb(BUFF *f, request_rec *r, cache_req *c, off_t len, int nowrite, int chunke…
Dproxy_http.c729 ap_proxy_send_fb(f, r, c, c->len, 0, chunked, conf->io_buffer_size); in ap_proxy_http_handler()
Dproxy_util.c461 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
Dproxy_ftp.c1432 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/
Dap_compat.h303 #define proxy_send_fb ap_proxy_send_fb