Home
last modified time | relevance | path

Searched refs:ARES_OPT_LOOKUPS (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-init.cc87 optmask |= ARES_OPT_LOOKUPS; in TEST_F()
173 optmask |= ARES_OPT_LOOKUPS; in TEST_F()
Dares-test.h118 int optmask = ARES_OPT_LOOKUPS; in DefaultChannelModeTest()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares.h158 #define ARES_OPT_LOOKUPS (1 << 8) macro
Dares_init.c352 ARES_OPT_SERVERS|ARES_OPT_DOMAINS|ARES_OPT_LOOKUPS| in ares_save_options()
527 if ((optmask & ARES_OPT_LOOKUPS) && !channel->lookups) in init_by_options()