Home
last modified time | relevance | path

Searched refs:ngx_http_conf_get_module_loc_conf (Results 1 – 12 of 12) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_empty_gif_module.c136 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_empty_gif()
H A Dngx_http_stub_status_module.c232 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_set_stub_status()
H A Dngx_http_flv_module.c262 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_flv()
H A Dngx_http_memcached_module.c717 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_memcached_pass()
H A Dngx_http_scgi_module.c1554 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_scgi_merge_loc_conf()
1833 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_scgi_pass()
H A Dngx_http_uwsgi_module.c1815 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_uwsgi_merge_loc_conf()
2103 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_uwsgi_pass()
H A Dngx_http_fastcgi_module.c3087 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_fastcgi_merge_loc_conf()
3511 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_fastcgi_pass()
H A Dngx_http_grpc_module.c4320 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_grpc_merge_loc_conf()
4596 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_grpc_pass()
H A Dngx_http_proxy_module.c3339 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_proxy_merge_loc_conf()
3620 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_proxy_pass()
H A Dngx_http_mp4_module.c3527 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_mp4()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_config.h65 #define ngx_http_conf_get_module_loc_conf(cf, module) \ macro
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dngx_http_perl_module.c961 clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); in ngx_http_perl()