Searched defs:vmod_request_cleanup (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/source/varnish/
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);
/forgerock/web-agents-v4/source/varnish3/
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);

Completed in 46 milliseconds