called at the beginning of the config */
| 131 | |
| 132 | /* called at the beginning of the config */ |
| 133 | AP_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 | /* |
no outgoing calls
no test coverage detected