Home
last modified time | relevance | path

Searched refs:ARES_OPT_TRIES (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares_options.c121 if (channel->optmask & ARES_OPT_TRIES) { in ares_save_options()
310 if (optmask & ARES_OPT_TRIES) { in ares__init_by_options()
312 optmask &= ~(ARES_OPT_TRIES); in ares__init_by_options()
H A Dares_sysconfig.c1050 if (sysconfig->tries && !(channel->optmask & ARES_OPT_TRIES)) { in ares_sysconfig_apply()
/third_party/nghttp2/src/
H A Dshrpx_dns_resolver.cc161 auto optmask = ARES_OPT_SOCK_STATE_CB | ARES_OPT_TIMEOUTMS | ARES_OPT_TRIES; in resolve()
/third_party/cares/include/
H A Dares.h155 #define ARES_OPT_TRIES (1 << 2) macro
/third_party/node/deps/cares/include/
H A Dares.h206 #define ARES_OPT_TRIES (1 << 2) macro
/third_party/node/src/
H A Dcares_wrap.cc733 ARES_OPT_SOCK_STATE_CB | ARES_OPT_TRIES; in Setup()

Completed in 8 milliseconds