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

Function rxplus_cleanup

server/util_regex.c:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "httpd.h"
24
25static apr_status_t rxplus_cleanup(void *preg)
26{
27 ap_regfree((ap_regex_t *) preg);
28 return APR_SUCCESS;
29}
30
31AP_DECLARE(ap_rxplus_t*) ap_rxplus_compile(apr_pool_t *pool,
32 const char *pattern)

Callers

nothing calls this directly

Calls 1

ap_regfreeFunction · 0.85

Tested by

no test coverage detected