Home
last modified time | relevance | path

Searched refs:ARES_OPT_FLAGS (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/cares/include/
Dares.h153 #define ARES_OPT_FLAGS (1 << 0) macro
/third_party/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_ev_driver.cc156 int status = ares_init_options(&(*ev_driver)->channel, &opts, ARES_OPT_FLAGS); in grpc_ares_ev_driver_create_locked()
Dgrpc_ares_wrapper.cc528 int status = ares_init_options(&(*ev_driver)->channel, &opts, ARES_OPT_FLAGS); in grpc_ares_ev_driver_create_locked()
/third_party/node/deps/cares/src/tools/
Dadig.c161 int c, i, optmask = ARES_OPT_FLAGS, dnsclass = C_IN, type = T_A; in main()
/third_party/node/deps/cares/src/lib/
Dares_init.c329 (*optmask) = (ARES_OPT_FLAGS|ARES_OPT_TRIES|ARES_OPT_NDOTS| in ares_save_options()
427 if ((optmask & ARES_OPT_FLAGS) && channel->flags == -1) in init_by_options()
/third_party/node/src/
Dcares_wrap.cc731 ARES_OPT_FLAGS | ARES_OPT_TIMEOUTMS | in Setup()