Home
last modified time | relevance | path

Searched refs:NGX_HTTP_UPSTREAM_MAX_CONNS (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.c272 |NGX_HTTP_UPSTREAM_MAX_CONNS in ngx_http_upstream_ip_hash()
H A Dngx_http_upstream_least_conn_module.c307 |NGX_HTTP_UPSTREAM_MAX_CONNS in ngx_http_upstream_least_conn()
H A Dngx_http_upstream_random_module.c471 |NGX_HTTP_UPSTREAM_MAX_CONNS in ngx_http_upstream_random()
H A Dngx_http_upstream_hash_module.c668 |NGX_HTTP_UPSTREAM_MAX_CONNS in ngx_http_upstream_hash()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h118 #define NGX_HTTP_UPSTREAM_MAX_CONNS 0x0100 macro
H A Dngx_http_upstream.c5717 |NGX_HTTP_UPSTREAM_MAX_CONNS in ngx_http_upstream()
5856 if (!(uscf->flags & NGX_HTTP_UPSTREAM_MAX_CONNS)) { in ngx_http_upstream_server()