create_srv_conf   202 http/ngx_http.c         if (module->create_srv_conf) {
create_srv_conf   203 http/ngx_http.c             ctx->srv_conf[mi] = module->create_srv_conf(cf);
create_srv_conf    30 http/ngx_http_config.h     void       *(*create_srv_conf)(ngx_conf_t *cf);
create_srv_conf  2480 http/ngx_http_core_module.c         if (module->create_srv_conf) {
create_srv_conf  2481 http/ngx_http_core_module.c             mconf = module->create_srv_conf(cf);
create_srv_conf  4007 http/ngx_http_upstream.c         if (module->create_srv_conf) {
create_srv_conf  4008 http/ngx_http_upstream.c             mconf = module->create_srv_conf(cf);
create_srv_conf   152 mail/ngx_mail.c         if (module->create_srv_conf) {
create_srv_conf   153 mail/ngx_mail.c             ctx->srv_conf[mi] = module->create_srv_conf(cf);
create_srv_conf   333 mail/ngx_mail.h     void                       *(*create_srv_conf)(ngx_conf_t *cf);
create_srv_conf   238 mail/ngx_mail_core_module.c         if (module->create_srv_conf) {
create_srv_conf   239 mail/ngx_mail_core_module.c             mconf = module->create_srv_conf(cf);