Home
last modified time | relevance | path

Searched refs:NGX_HTTP_UPSTREAM_DOWN (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_ip_hash_module.c275 |NGX_HTTP_UPSTREAM_DOWN; in ngx_http_upstream_ip_hash()
H A Dngx_http_upstream_least_conn_module.c310 |NGX_HTTP_UPSTREAM_DOWN in ngx_http_upstream_least_conn()
H A Dngx_http_upstream_random_module.c474 |NGX_HTTP_UPSTREAM_DOWN; in ngx_http_upstream_random()
H A Dngx_http_upstream_hash_module.c671 |NGX_HTTP_UPSTREAM_DOWN; in ngx_http_upstream_hash()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h116 #define NGX_HTTP_UPSTREAM_DOWN 0x0010 macro
H A Dngx_http_upstream.c5720 |NGX_HTTP_UPSTREAM_DOWN in ngx_http_upstream()
5915 if (!(uscf->flags & NGX_HTTP_UPSTREAM_DOWN)) { in ngx_http_upstream_server()