Home
last modified time | relevance | path

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

/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/cache/
H A Dcache_vgz.h48 struct vgz *VGZ_NewGzip(struct vsl_log *vsl, const char *id);
H A Dcache_gzip.c118 VGZ_NewGzip(struct vsl_log *vsl, const char *id) in VGZ_NewGzip() function
491 vg = VGZ_NewGzip(vc->wrk->vsl, vfe->vfp->priv1); in v_matchproto_()
H A Dcache_esi_fetch.c181 vef->vgz = VGZ_NewGzip(vc->wrk->vsl, "G F E"); in v_matchproto_()