Searched refs:create_conf (Results 1 – 5 of 5) sorted by relevance
265 if (core_module->create_conf) { in ngx_add_module()266 rv = core_module->create_conf(cf->cycle); in ngx_add_module()
262 void *(*create_conf)(ngx_cycle_t *cycle); member
229 if (module->create_conf) { in ngx_init_cycle()230 rv = module->create_conf(cycle); in ngx_init_cycle()
512 void *(*create_conf)(ngx_cycle_t *cycle); member
1041 if (m->create_conf) { in ngx_events_block()1043 m->create_conf(cf->cycle); in ngx_events_block()