Lines Matching refs:tries
96 x->tries > -1)
127 channel->tries = -1; in ares_init_options()
344 options->tries = channel->tries; in ares_save_options()
433 if ((optmask & ARES_OPT_TRIES) && channel->tries == -1) in init_by_options()
434 channel->tries = options->tries; in init_by_options()
1685 if (channel->tries == -1) in init_by_resolv_conf()
1686 channel->tries = res.retry; in init_by_resolv_conf()
1893 if (channel->tries == -1) in init_by_defaults()
1894 channel->tries = DEFAULT_TRIES; in init_by_defaults()
2360 if (val && channel->tries == -1) in set_options()
2361 channel->tries = aresx_sltosi(strtol(val, NULL, 10)); in set_options()