Searched refs:next_upstream_tries (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_memcached_module.c | 116 offsetof(ngx_http_memcached_loc_conf_t, upstream.next_upstream_tries), 606 conf->upstream.next_upstream_tries = NGX_CONF_UNSET_UINT; in ngx_http_memcached_create_loc_conf() 648 ngx_conf_merge_uint_value(conf->upstream.next_upstream_tries, in ngx_http_memcached_merge_loc_conf() 649 prev->upstream.next_upstream_tries, 0); in ngx_http_memcached_merge_loc_conf()
|
| H A D | ngx_http_scgi_module.c | 371 offsetof(ngx_http_scgi_loc_conf_t, upstream.next_upstream_tries), 1203 conf->upstream.next_upstream_tries = NGX_CONF_UNSET_UINT; in ngx_http_scgi_create_loc_conf() 1291 ngx_conf_merge_uint_value(conf->upstream.next_upstream_tries, in ngx_http_scgi_merge_loc_conf() 1292 prev->upstream.next_upstream_tries, 0); in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 432 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.next_upstream_tries), 1416 conf->upstream.next_upstream_tries = NGX_CONF_UNSET_UINT; in ngx_http_uwsgi_create_loc_conf() 1512 ngx_conf_merge_uint_value(conf->upstream.next_upstream_tries, in ngx_http_uwsgi_merge_loc_conf() 1513 prev->upstream.next_upstream_tries, 0); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 521 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.next_upstream_tries), 2724 conf->upstream.next_upstream_tries = NGX_CONF_UNSET_UINT; in ngx_http_fastcgi_create_loc_conf() 2817 ngx_conf_merge_uint_value(conf->upstream.next_upstream_tries, in ngx_http_fastcgi_merge_loc_conf() 2818 prev->upstream.next_upstream_tries, 0); in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_grpc_module.c | 307 offsetof(ngx_http_grpc_loc_conf_t, upstream.next_upstream_tries), 4176 conf->upstream.next_upstream_tries = NGX_CONF_UNSET_UINT; in ngx_http_grpc_create_loc_conf() 4234 ngx_conf_merge_uint_value(conf->upstream.next_upstream_tries, in ngx_http_grpc_merge_loc_conf() 4235 prev->upstream.next_upstream_tries, 0); in ngx_http_grpc_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 605 offsetof(ngx_http_proxy_loc_conf_t, upstream.next_upstream_tries), 2856 conf->upstream.next_upstream_tries = NGX_CONF_UNSET_UINT; in ngx_http_proxy_create_loc_conf() 2970 ngx_conf_merge_uint_value(conf->upstream.next_upstream_tries, in ngx_http_proxy_merge_loc_conf() 2971 prev->upstream.next_upstream_tries, 0); in ngx_http_proxy_merge_loc_conf()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_proxy_module.c | 31 ngx_uint_t next_upstream_tries; member 228 offsetof(ngx_stream_proxy_srv_conf_t, next_upstream_tries), 578 if (pscf->next_upstream_tries in ngx_stream_proxy_handler() 579 && u->peer.tries > pscf->next_upstream_tries) in ngx_stream_proxy_handler() 581 u->peer.tries = pscf->next_upstream_tries; in ngx_stream_proxy_handler() 1308 if (pscf->next_upstream_tries in ngx_stream_proxy_resolve_handler() 1309 && u->peer.tries > pscf->next_upstream_tries) in ngx_stream_proxy_resolve_handler() 1311 u->peer.tries = pscf->next_upstream_tries; in ngx_stream_proxy_resolve_handler() 1988 conf->next_upstream_tries = NGX_CONF_UNSET_UINT; in ngx_stream_proxy_create_srv_conf() 2041 ngx_conf_merge_uint_value(conf->next_upstream_tries, in ngx_stream_proxy_merge_srv_conf() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 174 ngx_uint_t next_upstream_tries; member
|
| H A D | ngx_http_upstream.c | 804 if (u->conf->next_upstream_tries in ngx_http_upstream_init_request() 805 && u->peer.tries > u->conf->next_upstream_tries) in ngx_http_upstream_init_request() 807 u->peer.tries = u->conf->next_upstream_tries; in ngx_http_upstream_init_request() 1246 if (u->conf->next_upstream_tries in ngx_http_upstream_resolve_handler() 1247 && u->peer.tries > u->conf->next_upstream_tries) in ngx_http_upstream_resolve_handler() 1249 u->peer.tries = u->conf->next_upstream_tries; in ngx_http_upstream_resolve_handler()
|