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

Function test_ifmod_section

server/core.c:2899–2902  ·  view source on GitHub ↗

Callback to implement test for start_cond_section. */

Source from the content-addressed store, hash-verified

2897
2898/* Callback to implement <IfModule> test for start_cond_section. */
2899static int test_ifmod_section(cmd_parms *cmd, const char *arg)
2900{
2901 return find_module(cmd->server, arg) != NULL;
2902}
2903
2904AP_DECLARE(int) ap_exists_config_define(const char *name)
2905{

Callers

nothing calls this directly

Calls 1

find_moduleFunction · 0.85

Tested by

no test coverage detected