MCPcopy 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
2904AP_DECLARE(int) ap_exists_config_define(const char *name)
2905{
2906 return ap_array_str_contains(ap_server_config_defines, name);
2907}
2908
2909static int test_ifdefine_section(cmd_parms *cmd, const char *arg)
2910{

Callers 15

mod_unixd.cFile · 0.85
unixd_dump_configFunction · 0.85
dump_loaded_modulesFunction · 0.85
ssl_hook_ConfigTestFunction · 0.85
check_configFunction · 0.85
ap_read_configFunction · 0.85
ap_fini_vhost_configFunction · 0.85
set_defineFunction · 0.85
test_ifdefine_sectionFunction · 0.85
include_configFunction · 0.85

Calls 1

ap_array_str_containsFunction · 0.85

Tested by 1

test_ifdefine_sectionFunction · 0.68