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

Function ap_regcomp_get_default_cflags

server/util_pcre.c:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161static int default_cflags = AP_REG_DEFAULT;
162
163AP_DECLARE(int) ap_regcomp_get_default_cflags(void)
164{
165 return default_cflags;
166}
167
168AP_DECLARE(void) ap_regcomp_set_default_cflags(int cflags)
169{

Callers 3

set_patternFunction · 0.85
ap_rxplus_compileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected