Home
last modified time | relevance | path

Searched refs:bereq0 (Results 1 – 3 of 3) sorted by relevance

/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/cache/
H A Dcache_fetch.c153 HTTP_Clone(bo->bereq, bo->bereq0); in Bereq_Rollback()
260 HTTP_Setup(bo->bereq0, bo->ws, bo->vsl, SLT_BereqMethod); in v_matchproto_()
261 http_FilterReq(bo->bereq0, bo->req->http, in v_matchproto_()
267 http_ForceField(bo->bereq0, HTTP_HDR_METHOD, "GET"); in v_matchproto_()
269 http_ForceHeader(bo->bereq0, H_Accept_Encoding, "gzip"); in v_matchproto_()
271 http_ForceField(bo->bereq0, HTTP_HDR_PROTO, "HTTP/1.1"); in v_matchproto_()
279 http_PrintfHeader(bo->bereq0, in v_matchproto_()
283 http_PrintfHeader(bo->bereq0, in v_matchproto_()
287 http_CopyHome(bo->bereq0); in v_matchproto_()
290 HTTP_Clone(bo->bereq, bo->bereq0); in v_matchproto_()
H A Dcache_busyobj.c104 bo->bereq0 = HTTP_create(p, nhttp, sz); in VBO_GetBusyObj()
H A Dcache.h390 struct http *bereq0; member