Searched refs:create_srv_conf (Results 1 – 11 of 11) sorted by relevance
31 void *(*create_srv_conf)(ngx_conf_t *cf); member
201 if (module->create_srv_conf) { in ngx_http_block()202 ctx->srv_conf[mi] = module->create_srv_conf(cf); in ngx_http_block()
2767 if (module->create_srv_conf) { in ngx_http_core_server()2768 mconf = module->create_srv_conf(cf); in ngx_http_core_server()
5761 if (module->create_srv_conf) { in ngx_http_upstream()5762 mconf = module->create_srv_conf(cf); in ngx_http_upstream()
136 if (module->create_srv_conf) { in ngx_mail_block()137 ctx->srv_conf[mi] = module->create_srv_conf(cf); in ngx_mail_block()
266 if (module->create_srv_conf) { in ngx_mail_core_server()267 mconf = module->create_srv_conf(cf); in ngx_mail_core_server()
342 void *(*create_srv_conf)(ngx_conf_t *cf); member
243 void *(*create_srv_conf)(ngx_conf_t *cf); member
360 if (module->create_srv_conf) { in ngx_stream_upstream()361 mconf = module->create_srv_conf(cf); in ngx_stream_upstream()
144 if (module->create_srv_conf) { in ngx_stream_block()145 ctx->srv_conf[mi] = module->create_srv_conf(cf); in ngx_stream_block()
546 if (module->create_srv_conf) { in ngx_stream_core_server()547 mconf = module->create_srv_conf(cf); in ngx_stream_core_server()