Searched refs:vmod_request_cleanup (Results 1 - 6 of 6) sorted by relevance

/forgerock/web-agents-v4/source/varnish3/
H A Dvcc_if.h26 void vmod_request_cleanup(struct sess *, struct vmod_priv *);
H A Dvcc_if.c44 vmod_request_cleanup,
H A Dagent.c675 void vmod_request_cleanup(struct sess *ctx, struct vmod_priv *priv) { function
676 static const char *thisfunc = "vmod_request_cleanup():";
787 vmod_request_cleanup(ctx, priv);
/forgerock/web-agents-v4/source/varnish/
H A Dvcc_if.h25 VCL_VOID vmod_request_cleanup(VRT_CTX, struct vmod_priv *);
H A Dvcc_if.c45 vmod_request_cleanup,
H A Dagent.c625 void vmod_request_cleanup(const struct vrt_ctx *ctx, struct vmod_priv *priv) { function
626 static const char *thisfunc = "vmod_request_cleanup():";
705 vmod_request_cleanup(ctx, priv);
745 vmod_request_cleanup(ctx, priv);

Completed in 75 milliseconds