Lines Matching refs:tries
99 x->tries > -1)
130 channel->tries = -1; in ares_init_options()
360 options->tries = channel->tries; in ares_save_options()
456 if ((optmask & ARES_OPT_TRIES) && channel->tries == -1) in init_by_options()
457 channel->tries = options->tries; in init_by_options()
1353 if (channel->tries == -1) in init_by_resolv_conf()
1354 channel->tries = res.retry; in init_by_resolv_conf()
1565 if (channel->tries == -1) in init_by_defaults()
1566 channel->tries = DEFAULT_TRIES; in init_by_defaults()
2041 if (val && channel->tries == -1) in set_options()
2042 channel->tries = aresx_sltosi(strtol(val, NULL, 10)); in set_options()