Home
last modified time | relevance | path

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

/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/cache/
H A Dcache_fetch.c819 AZ(ObjCopyAttr(bo->wrk, oc, stale_oc, OA_ESIDATA)); in v_matchproto_()
821 AZ(ObjCopyAttr(bo->wrk, oc, stale_oc, OA_FLAGS)); in v_matchproto_()
824 AZ(ObjCopyAttr(bo->wrk, oc, stale_oc, OA_GZIPBITS)); in v_matchproto_()
H A Dcache_varnishd.h322 int ObjCopyAttr(struct worker *, struct objcore *, struct objcore *,
H A Dcache_obj.c488 ObjCopyAttr(struct worker *wrk, struct objcore *oc, struct objcore *ocs, in ObjCopyAttr() function