max_fails         184 http/modules/ngx_http_upstream_ip_hash_module.c                 if (peer->max_fails == 0 || peer->fails < peer->max_fails) {
max_fails        4059 http/ngx_http_upstream.c     ngx_int_t                    weight, max_fails;
max_fails        4095 http/ngx_http_upstream.c     max_fails = 1;
max_fails        4121 http/ngx_http_upstream.c             max_fails = ngx_atoi(&value[i].data[10], value[i].len - 10);
max_fails        4123 http/ngx_http_upstream.c             if (max_fails == NGX_ERROR) {
max_fails        4176 http/ngx_http_upstream.c     us->max_fails = max_fails;
max_fails          87 http/ngx_http_upstream.h     ngx_uint_t                       max_fails;
max_fails          63 http/ngx_http_upstream_round_robin.c                 peers->peer[n].max_fails = server[i].max_fails;
max_fails         118 http/ngx_http_upstream_round_robin.c                 backup->peer[n].max_fails = server[i].max_fails;
max_fails         177 http/ngx_http_upstream_round_robin.c         peers->peer[i].max_fails = 1;
max_fails         288 http/ngx_http_upstream_round_robin.c         peers->peer[0].max_fails = 1;
max_fails         320 http/ngx_http_upstream_round_robin.c             peers->peer[i].max_fails = 1;
max_fails         428 http/ngx_http_upstream_round_robin.c                         if (peer->max_fails == 0
max_fails         429 http/ngx_http_upstream_round_robin.c                             || peer->fails < peer->max_fails)
max_fails         476 http/ngx_http_upstream_round_robin.c                         if (peer->max_fails == 0
max_fails         477 http/ngx_http_upstream_round_robin.c                             || peer->fails < peer->max_fails)
max_fails         660 http/ngx_http_upstream_round_robin.c         if (peer->max_fails) {
max_fails         661 http/ngx_http_upstream_round_robin.c             peer->current_weight -= peer->weight / peer->max_fails;
max_fails          27 http/ngx_http_upstream_round_robin.h     ngx_uint_t                      max_fails;