init_module       127 core/ngx_conf_file.h     ngx_int_t           (*init_module)(ngx_cycle_t *cycle);
init_module       598 core/ngx_cycle.c         if (ngx_modules[i]->init_module) {
init_module       599 core/ngx_cycle.c             if (ngx_modules[i]->init_module(cycle) != NGX_OK) {