tries             271 core/ngx_connection.c     ngx_uint_t        i, tries, failed;
tries             286 core/ngx_connection.c     for (tries = 5; tries; tries--) {
tries             420 core/ngx_palloc.c     slot->tries++;
tries              43 event/ngx_event_connect.h     ngx_uint_t                       tries;
tries              20 http/modules/ngx_http_upstream_ip_hash_module.c     u_char                             tries;
tries             129 http/modules/ngx_http_upstream_ip_hash_module.c     iphp->tries = 0;
tries             147 http/modules/ngx_http_upstream_ip_hash_module.c                    "get ip hash peer, try: %ui", pc->tries);
tries             151 http/modules/ngx_http_upstream_ip_hash_module.c     if (iphp->tries > 20 || iphp->rrp.peers->single) {
tries             198 http/modules/ngx_http_upstream_ip_hash_module.c             pc->tries--;
tries             201 http/modules/ngx_http_upstream_ip_hash_module.c         if (++iphp->tries >= 20) {
tries             994 http/ngx_http_file_cache.c     ngx_uint_t                   tries;
tries            1013 http/ngx_http_file_cache.c     tries = 20;
tries            1033 http/ngx_http_file_cache.c             if (--tries) {
tries            1653 http/ngx_http_upstream.c         if (u->peer.tries > 1 && (u->conf->next_upstream & un->mask)) {
tries            2850 http/ngx_http_upstream.c         if (u->peer.tries == 0 || !(u->conf->next_upstream & ft_type)) {
tries             238 http/ngx_http_upstream_round_robin.c     r->upstream->peer.tries = rrp->peers->number;
tries             344 http/ngx_http_upstream_round_robin.c     r->upstream->peer.tries = rrp->peers->number;
tries             370 http/ngx_http_upstream_round_robin.c                    "get rr peer, try: %ui", pc->tries);
tries             406 http/ngx_http_upstream_round_robin.c         if (pc->tries == rrp->peers->number) {
tries             410 http/ngx_http_upstream_round_robin.c             i = pc->tries;
tries             445 http/ngx_http_upstream_round_robin.c                     pc->tries--;
tries             448 http/ngx_http_upstream_round_robin.c                 if (pc->tries == 0) {
tries             455 http/ngx_http_upstream_round_robin.c                                   pc->tries);
tries             464 http/ngx_http_upstream_round_robin.c             i = pc->tries;
tries             493 http/ngx_http_upstream_round_robin.c                     pc->tries--;
tries             502 http/ngx_http_upstream_round_robin.c                 if (pc->tries == 0) {
tries             509 http/ngx_http_upstream_round_robin.c                                   pc->tries);
tries             526 http/ngx_http_upstream_round_robin.c     if (pc->tries == 1 && rrp->peers->next) {
tries             527 http/ngx_http_upstream_round_robin.c         pc->tries += rrp->peers->next->number;
tries             548 http/ngx_http_upstream_round_robin.c         pc->tries = rrp->peers->number;
tries             637 http/ngx_http_upstream_round_robin.c                    "free rr peer %ui %ui", pc->tries, state);
tries             639 http/ngx_http_upstream_round_robin.c     if (state == 0 && pc->tries == 0) {
tries             646 http/ngx_http_upstream_round_robin.c         pc->tries = 0;
tries             681 http/ngx_http_upstream_round_robin.c     if (pc->tries) {
tries             682 http/ngx_http_upstream_round_robin.c         pc->tries--;
tries              79 os/unix/ngx_freebsd_rfork_thread.c     ngx_int_t  tries;
tries              81 os/unix/ngx_freebsd_rfork_thread.c     tries = 0;
tries              86 os/unix/ngx_freebsd_rfork_thread.c             if (ngx_ncpu > 1 && tries++ < 1000) {
tries              91 os/unix/ngx_freebsd_rfork_thread.c             tries = 0;
tries             370 os/unix/ngx_freebsd_rfork_thread.c     ngx_uint_t     tries;
tries             388 os/unix/ngx_freebsd_rfork_thread.c     tries = 0;
tries             397 os/unix/ngx_freebsd_rfork_thread.c             if (ngx_ncpu > 1 && tries++ < 1000) {
tries             408 os/unix/ngx_freebsd_rfork_thread.c                 tries = 0;
tries             456 os/unix/ngx_freebsd_rfork_thread.c                 tries = 0;
tries             476 os/unix/ngx_freebsd_rfork_thread.c         if (tries++ > 1000) {
tries             485 os/unix/ngx_freebsd_rfork_thread.c             tries = 0;