create_conf       149 core/ngx_conf_file.h     void               *(*create_conf)(ngx_cycle_t *cycle);
create_conf       221 core/ngx_cycle.c         if (module->create_conf) {
create_conf       222 core/ngx_cycle.c             rv = module->create_conf(cycle);
create_conf       915 event/ngx_event.c         if (m->create_conf) {
create_conf       916 event/ngx_event.c             (*ctx)[ngx_modules[i]->ctx_index] = m->create_conf(cf->cycle);
create_conf       493 event/ngx_event.h     void                 *(*create_conf)(ngx_cycle_t *cycle);