Home | History | Annotate | Download | only in c-ares

Lines Matching full:tries

110                              x->tries > -1)
155 channel->tries = -1;
349 options->tries = channel->tries;
427 if ((optmask & ARES_OPT_TRIES) && channel->tries == -1)
428 channel->tries = options->tries;
1153 if (channel->tries == -1)
1154 channel->tries = DEFAULT_TRIES;
1543 if (val && channel->tries == -1)
1544 channel->tries = aresx_sltosi(strtol(val, NULL, 10));