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

Function check_config

modules/generators/mod_info.c:992–1001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

990};
991
992static int check_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp,
993 server_rec *s)
994{
995 if (ap_exists_config_define("DUMP_CONFIG")) {
996 apr_file_open_stdout(&out, ptemp);
997 mod_info_module_cmds(NULL, NULL, ap_conftree, 0, 0);
998 }
999
1000 return DECLINED;
1001}
1002
1003
1004static void register_hooks(apr_pool_t * p)

Callers

nothing calls this directly

Calls 2

ap_exists_config_defineFunction · 0.85
mod_info_module_cmdsFunction · 0.85

Tested by

no test coverage detected