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

Function ap_destroy_sub_req

server/request.c:2547–2551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2545}
2546
2547AP_DECLARE(void) ap_destroy_sub_req(request_rec *r)
2548{
2549 /* Reclaim the space */
2550 apr_pool_destroy(r->pool);
2551}
2552
2553/*
2554 * Function to set the r->mtime field to the specified value if it's later

Callers 15

dav_close_propdbFunction · 0.85
mod_negotiation.cFile · 0.85
setup_choice_responseFunction · 0.85
handle_multiFunction · 0.85
lookup_variableFunction · 0.85
apply_rewrite_condFunction · 0.85
fixup_dfltFunction · 0.85
fixup_dirFunction · 0.85
revision_suffixFunction · 0.85
add_cern_meta_dataFunction · 0.85
emit_headFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected