Home
last modified time | relevance | path

Searched refs:ngx_http_conf_get_module_srv_conf (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_config.h63 #define ngx_http_conf_get_module_srv_conf(cf, module) \ macro
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_ip_hash_module.c261 uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_ip_hash()
H A Dngx_http_upstream_least_conn_module.c296 uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_least_conn()
H A Dngx_http_upstream_zone_module.c75 uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_zone()
H A Dngx_http_upstream_random_module.c460 uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_random()
H A Dngx_http_upstream_keepalive_module.c552 uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_keepalive()
H A Dngx_http_referer_module.c349 cscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_core_module); in ngx_http_referer_merge_conf()
H A Dngx_http_upstream_hash_module.c659 uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module); in ngx_http_upstream_hash()