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

Function ap_regfree

server/util_pcre.c:145–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 *************************************************/
144
145AP_DECLARE(void) ap_regfree(ap_regex_t *preg)
146{
147#ifdef HAVE_PCRE2
148 pcre2_code_free(preg->re_pcre);
149#else
150 (pcre_free)(preg->re_pcre);
151#endif
152}
153
154
155

Callers 4

rxplus_cleanupFunction · 0.85
regex_cleanupFunction · 0.85
ap_pregfreeFunction · 0.85
ap_regex.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected