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

Function ap_init_vhost_config

server/vhost.c:133–138  ·  view source on GitHub ↗

called at the beginning of the config */

Source from the content-addressed store, hash-verified

131
132/* called at the beginning of the config */
133AP_DECLARE(void) ap_init_vhost_config(apr_pool_t *p)
134{
135 memset(iphash_table, 0, sizeof(iphash_table));
136 default_list = NULL;
137 ap_hook_check_config(vhost_check_config, NULL, NULL, APR_HOOK_MIDDLE);
138}
139
140
141/*

Callers 2

init_config_globalsFunction · 0.85
http_vhost.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected