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

Function ap_pregfree

server/util.c:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279AP_DECLARE(void) ap_pregfree(apr_pool_t *p, ap_regex_t *reg)
280{
281 ap_regfree(reg);
282 apr_pool_cleanup_kill(p, (void *) reg, regex_cleanup);
283}
284
285/*
286 * Similar to standard strstr() but we ignore case in this version.

Callers 3

match_versionFunction · 0.85
re_checkFunction · 0.85
httpd.hFile · 0.85

Calls 1

ap_regfreeFunction · 0.85

Tested by

no test coverage detected