Home
last modified time | relevance | path

Searched refs:create_loc_conf (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_config.h34 void *(*create_loc_conf)(ngx_conf_t *cf); member
H A Dngx_http_core_module.c2776 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()
H A Dngx_http.c208 if (module->create_loc_conf) { in ngx_http_block()
209 ctx->loc_conf[mi] = module->create_loc_conf(cf); in ngx_http_block()
H A Dngx_http_upstream.c5770 if (module->create_loc_conf) { in ngx_http_upstream()
5771 mconf = module->create_loc_conf(cf); in ngx_http_upstream()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c562 if (module->create_loc_conf) { in ngx_http_rewrite_if()
564 mconf = module->create_loc_conf(cf); in ngx_http_rewrite_if()