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

Function ap_regcomp_set_default_cflags

server/util_pcre.c:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168AP_DECLARE(void) ap_regcomp_set_default_cflags(int cflags)
169{
170 default_cflags = cflags;
171}
172
173AP_DECLARE(int) ap_regcomp_default_cflag_by_name(const char *name)
174{

Callers 2

core_pre_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected