Searched refs:ngx_http_conf_upstream_srv_conf (Results 1 – 4 of 4) sorted by relevance
143 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()
128 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()
149 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()
428 #define ngx_http_conf_upstream_srv_conf(uscf, module) \ macro