tried             173 http/modules/ngx_http_upstream_ip_hash_module.c         if (!(iphp->rrp.tried[n] & m)) {
tried             194 http/modules/ngx_http_upstream_ip_hash_module.c             iphp->rrp.tried[n] |= m;
tried             214 http/modules/ngx_http_upstream_ip_hash_module.c     iphp->rrp.tried[n] |= m;
tried             223 http/ngx_http_upstream_round_robin.c         rrp->tried = &rrp->data;
tried             230 http/ngx_http_upstream_round_robin.c         rrp->tried = ngx_pcalloc(r->pool, n * sizeof(uintptr_t));
tried             231 http/ngx_http_upstream_round_robin.c         if (rrp->tried == NULL) {
tried             329 http/ngx_http_upstream_round_robin.c         rrp->tried = &rrp->data;
tried             336 http/ngx_http_upstream_round_robin.c         rrp->tried = ngx_pcalloc(r->pool, n * sizeof(uintptr_t));
tried             337 http/ngx_http_upstream_round_robin.c         if (rrp->tried == NULL) {
tried             423 http/ngx_http_upstream_round_robin.c                 if (!(rrp->tried[n] & m)) {
tried             442 http/ngx_http_upstream_round_robin.c                         rrp->tried[n] |= m;
tried             470 http/ngx_http_upstream_round_robin.c                 if (!(rrp->tried[n] & m)) {
tried             490 http/ngx_http_upstream_round_robin.c                         rrp->tried[n] |= m;
tried             517 http/ngx_http_upstream_round_robin.c         rrp->tried[n] |= m;
tried             531 http/ngx_http_upstream_round_robin.c              rrp->tried[i] = 0;
tried             552 http/ngx_http_upstream_round_robin.c              rrp->tried[i] = 0;
tried              59 http/ngx_http_upstream_round_robin.h     uintptr_t                      *tried;