Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
AP_DECLARE(void) ap_regcomp_set_default_cflags(int cflags)
169
{
170
default_cflags = cflags;
171
}
172
173
AP_DECLARE(int) ap_regcomp_default_cflag_by_name(const char *name)
174
{
Callers
2
set_regex_default_options
Function · 0.85
core_pre_config
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected