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

Function regex_cleanup

server/util.c:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 */
255
256static apr_status_t regex_cleanup(void *preg)
257{
258 ap_regfree((ap_regex_t *) preg);
259 return APR_SUCCESS;
260}
261
262AP_DECLARE(ap_regex_t *) ap_pregcomp(apr_pool_t *p, const char *pattern,
263 int cflags)

Callers

nothing calls this directly

Calls 1

ap_regfreeFunction · 0.85

Tested by

no test coverage detected