MCPcopy Create free account
hub / github.com/apache/httpd / ap_varbuf_free

Function ap_varbuf_free

server/util.c:3081–3088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3079}
3080
3081AP_DECLARE(void) ap_varbuf_free(struct ap_varbuf *vb)
3082{
3083 if (vb->info) {
3084 apr_pool_cleanup_run(vb->pool, vb->info, varbuf_cleanup);
3085 vb->info = NULL;
3086 }
3087 vb->buf = NULL;
3088}
3089
3090AP_DECLARE(char *) ap_varbuf_pdup(apr_pool_t *p, struct ap_varbuf *buf,
3091 const char *prepend, apr_size_t prepend_len,

Callers 7

groups_for_userFunction · 0.85
dump_contentFunction · 0.85
pstartElementFunction · 0.85
do_pattmatchFunction · 0.85
ap_build_cont_configFunction · 0.85
ap_build_configFunction · 0.85
ap_soak_end_containerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected