Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ ap_exists_config_define
Function
ap_exists_config_define
server/core.c:2904–2907 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2902
}
2903
2904
AP_DECLARE(int) ap_exists_config_define(const char *name)
2905
{
2906
return ap_array_str_contains(ap_server_config_defines, name);
2907
}
2908
2909
static int test_ifdefine_section(cmd_parms *cmd, const char *arg)
2910
{
Callers
15
mod_unixd.c
File · 0.85
unixd_dump_config
Function · 0.85
dump_loaded_modules
Function · 0.85
ssl_hook_ConfigTest
Function · 0.85
check_config
Function · 0.85
lua_ap_exists_config_define
Function · 0.85
ap_process_resource_config
Function · 0.85
ap_read_config
Function · 0.85
ap_fini_vhost_config
Function · 0.85
set_define
Function · 0.85
test_ifdefine_section
Function · 0.85
include_config
Function · 0.85
Calls
1
ap_array_str_contains
Function · 0.85
Tested by
1
test_ifdefine_section
Function · 0.68