Searched refs:create_loc_conf (Results 1 – 5 of 5) sorted by relevance
34 void *(*create_loc_conf)(ngx_conf_t *cf); member
2776 if (module->create_loc_conf) { in ngx_http_core_server()2777 mconf = module->create_loc_conf(cf); in ngx_http_core_server()2900 if (module->create_loc_conf) { in ngx_http_core_location()2902 module->create_loc_conf(cf); in ngx_http_core_location()4428 if (module->create_loc_conf) { in ngx_http_core_limit_except()4430 mconf = module->create_loc_conf(cf); in ngx_http_core_limit_except()
208 if (module->create_loc_conf) { in ngx_http_block()209 ctx->loc_conf[mi] = module->create_loc_conf(cf); in ngx_http_block()
5770 if (module->create_loc_conf) { in ngx_http_upstream()5771 mconf = module->create_loc_conf(cf); in ngx_http_upstream()
562 if (module->create_loc_conf) { in ngx_http_rewrite_if()564 mconf = module->create_loc_conf(cf); in ngx_http_rewrite_if()