create_loc_conf   551 http/modules/ngx_http_rewrite_module.c         if (module->create_loc_conf) {
create_loc_conf   553 http/modules/ngx_http_rewrite_module.c             mconf = module->create_loc_conf(cf);
create_loc_conf   209 http/ngx_http.c         if (module->create_loc_conf) {
create_loc_conf   210 http/ngx_http.c             ctx->loc_conf[mi] = module->create_loc_conf(cf);
create_loc_conf    33 http/ngx_http_config.h     void       *(*create_loc_conf)(ngx_conf_t *cf);
create_loc_conf  2489 http/ngx_http_core_module.c         if (module->create_loc_conf) {
create_loc_conf  2490 http/ngx_http_core_module.c             mconf = module->create_loc_conf(cf);
create_loc_conf  2595 http/ngx_http_core_module.c         if (module->create_loc_conf) {
create_loc_conf  2597 http/ngx_http_core_module.c                                                    module->create_loc_conf(cf);
create_loc_conf  3936 http/ngx_http_core_module.c         if (module->create_loc_conf) {
create_loc_conf  3938 http/ngx_http_core_module.c             mconf = module->create_loc_conf(cf);
create_loc_conf  4016 http/ngx_http_upstream.c         if (module->create_loc_conf) {
create_loc_conf  4017 http/ngx_http_upstream.c             mconf = module->create_loc_conf(cf);