Home
last modified time | relevance | path

Searched refs:cachefp (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/modules/proxy/
Dproxy_cache.c527 static int rdcache(request_rec *r, BUFF *cachefp, cache_req *c) in rdcache() argument
550 len = ap_bgets(urlbuff, sizeof urlbuff, cachefp); in rdcache()
573 len = ap_bgets(urlbuff, sizeof urlbuff, cachefp); in rdcache()
587 c->req_hdrs = ap_proxy_read_headers(r, urlbuff, sizeof urlbuff, cachefp); in rdcache()
595 len = ap_bgets(urlbuff, sizeof urlbuff, cachefp); in rdcache()
611 c->hdrs = ap_proxy_read_headers(r, urlbuff, sizeof urlbuff, cachefp); in rdcache()
636 int ap_proxy_cache_conditional(request_rec *r, cache_req *c, BUFF *cachefp) in ap_proxy_cache_conditional() argument
706 ap_pclosef(r->pool, ap_bfileno(cachefp, B_WR)); in ap_proxy_cache_conditional()
777 ap_pclosef(r->pool, ap_bfileno(cachefp, B_WR)); in ap_proxy_cache_conditional()
809 ap_proxy_send_fb(cachefp, r, NULL, c->len, 0, 0, IOBUFSIZE); in ap_proxy_cache_conditional()
[all …]
Dproxy_util.c1371 BUFF *cachefp = NULL; in ap_proxy_open_cachefile() local
1378 cachefp = ap_bcreate(r->pool, B_RD | B_WR); in ap_proxy_open_cachefile()
1379 ap_bpushfd(cachefp, cfd, cfd); in ap_proxy_open_cachefile()
1389 return cachefp; in ap_proxy_open_cachefile()
1395 BUFF *cachefp = NULL; in ap_proxy_create_cachefile() local
1402 cachefp = ap_bcreate(r->pool, B_WR); in ap_proxy_create_cachefile()
1403 ap_bpushfd(cachefp, -1, cfd); in ap_proxy_create_cachefile()
1410 return cachefp; in ap_proxy_create_cachefile()