Home
last modified time | relevance | path

Searched refs:vfp_entry (Results 1 – 10 of 10) sorted by relevance

/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/cache/
H A Dcache_filter.h33 struct vfp_entry;
46 typedef enum vfp_status vfp_init_f(struct vfp_ctx *, struct vfp_entry *);
48 vfp_pull_f(struct vfp_ctx *, struct vfp_entry *, void *ptr, ssize_t *len);
49 typedef void vfp_fini_f(struct vfp_ctx *, struct vfp_entry *);
59 struct vfp_entry { struct
66 VTAILQ_ENTRY(vfp_entry) list; argument
75 VTAILQ_HEAD(vfp_entry_s, vfp_entry); argument
87 struct vfp_entry *vfp_nxt;
H A Dcache_fetch_proc.c124 struct vfp_entry *vfe, *tmp; in VFP_Close()
141 struct vfp_entry *vfe; in VFP_Open()
176 struct vfp_entry *vfe; in VFP_Suck()
209 struct vfp_entry *
212 struct vfp_entry *vfe; in VFP_Push()
H A Dcache_esi_fetch.c160 vfp_esi_gzip_init(struct vfp_ctx *vc, struct vfp_entry *vfe) in v_matchproto_()
203 vfp_esi_gzip_pull(struct vfp_ctx *vc, struct vfp_entry *vfe, void *p, in v_matchproto_()
246 vfp_esi_init(struct vfp_ctx *vc, struct vfp_entry *vfe) in v_matchproto_()
271 vfp_esi_pull(struct vfp_ctx *vc, struct vfp_entry *vfe, void *p, ssize_t *lp) in v_matchproto_()
298 vfp_esi_fini(struct vfp_ctx *vc, struct vfp_entry *vfe) in v_matchproto_()
H A Dcache_gzip.c474 vfp_gzip_init(struct vfp_ctx *vc, struct vfp_entry *vfe) in v_matchproto_()
534 vfp_gunzip_pull(struct vfp_ctx *vc, struct vfp_entry *vfe, void *p, in v_matchproto_()
588 vfp_gzip_pull(struct vfp_ctx *vc, struct vfp_entry *vfe, void *p, in v_matchproto_()
644 vfp_testgunzip_pull(struct vfp_ctx *vc, struct vfp_entry *vfe, void *p, in v_matchproto_()
685 vfp_gzip_fini(struct vfp_ctx *vc, struct vfp_entry *vfe) in v_matchproto_()
H A Dcache_varnishd.h262 struct vfp_entry *VFP_Push(struct vfp_ctx *, const struct vfp *);
H A Dcache_panic.c324 struct vfp_entry *vfe; in pan_vfp()
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/http1/
H A Dcache_http1_vfp.c100 v1f_pull_chunked(struct vfp_ctx *vc, struct vfp_entry *vfe, void *ptr, in v_matchproto_()
196 v1f_pull_straight(struct vfp_ctx *vc, struct vfp_entry *vfe, void *p, in v_matchproto_()
233 v1f_pull_eof(struct vfp_ctx *vc, struct vfp_entry *vfe, void *p, ssize_t *lp) in v_matchproto_()
267 struct vfp_entry *vfe; in V1F_Setup_Fetch()
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/http2/
H A Dcache_http2_proto.c821 h2_vfp_body(struct vfp_ctx *vc, struct vfp_entry *vfe, void *ptr, ssize_t *lp) in v_matchproto_()
873 h2_vfp_body_fini(struct vfp_ctx *vc, struct vfp_entry *vfe) in h2_vfp_body_fini()
910 struct vfp_entry *vfe; in v_matchproto_()
/dports/www/varnish6/varnish-cache-varnish-6.6.2/vmod/
H A Dvmod_debug.c73 xyzzy_rot13_pull(struct vfp_ctx *vc, struct vfp_entry *vfe, void *p, in v_matchproto_()
/dports/www/varnish6/varnish-cache-varnish-6.6.2/doc/
H A Dchanges.rst580 * [ABI] ``struct vfp_entry`` and ``struct vdp_ctx`` changed