Home
last modified time | relevance | path

Searched refs:ngx_http_conf_upstream_srv_conf (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_hash_module.c143 hcf = ngx_http_conf_upstream_srv_conf(us, ngx_http_upstream_hash_module); in ngx_http_upstream_init_hash_peer()
404 hcf = ngx_http_conf_upstream_srv_conf(us, ngx_http_upstream_hash_module); in ngx_http_upstream_init_chash()
478 hcf = ngx_http_conf_upstream_srv_conf(us, ngx_http_upstream_hash_module); in ngx_http_upstream_init_chash_peer()
H A Dngx_http_upstream_random_module.c128 rcf = ngx_http_conf_upstream_srv_conf(us, ngx_http_upstream_random_module); in ngx_http_upstream_update_random()
163 rcf = ngx_http_conf_upstream_srv_conf(us, ngx_http_upstream_random_module); in ngx_http_upstream_init_random_peer()
H A Dngx_http_upstream_keepalive_module.c149 kcf = ngx_http_conf_upstream_srv_conf(us, in ngx_http_upstream_init_keepalive()
193 kcf = ngx_http_conf_upstream_srv_conf(us, in ngx_http_upstream_init_keepalive_peer()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h428 #define ngx_http_conf_upstream_srv_conf(uscf, module) \ macro