weight           4059 http/ngx_http_upstream.c     ngx_int_t                    weight, max_fails;
weight           4094 http/ngx_http_upstream.c     weight = 1;
weight           4106 http/ngx_http_upstream.c             weight = ngx_atoi(&value[i].data[7], value[i].len - 7);
weight           4108 http/ngx_http_upstream.c             if (weight == NGX_ERROR || weight == 0) {
weight           4175 http/ngx_http_upstream.c     us->weight = weight;
weight             86 http/ngx_http_upstream.h     ngx_uint_t                       weight;
weight             66 http/ngx_http_upstream_round_robin.c                 peers->peer[n].weight = server[i].down ? 0 : server[i].weight;
weight             67 http/ngx_http_upstream_round_robin.c                 peers->peer[n].current_weight = peers->peer[n].weight;
weight            116 http/ngx_http_upstream_round_robin.c                 backup->peer[n].weight = server[i].weight;
weight            117 http/ngx_http_upstream_round_robin.c                 backup->peer[n].current_weight = server[i].weight;
weight            175 http/ngx_http_upstream_round_robin.c         peers->peer[i].weight = 1;
weight            197 http/ngx_http_upstream_round_robin.c     return (first->weight < second->weight);
weight            286 http/ngx_http_upstream_round_robin.c         peers->peer[0].weight = 1;
weight            318 http/ngx_http_upstream_round_robin.c             peers->peer[i].weight = 1;
weight            605 http/ngx_http_upstream_round_robin.c                     > peer[n].weight * 1000 / peer[i].weight)
weight            621 http/ngx_http_upstream_round_robin.c             peer[i].current_weight = peer[i].weight;
weight            661 http/ngx_http_upstream_round_robin.c             peer->current_weight -= peer->weight / peer->max_fails;
weight             22 http/ngx_http_upstream_round_robin.h     ngx_int_t                       weight;