Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-init.cc367 optmask |= ARES_OPT_SORTLIST;
375 EXPECT_EQ(ARES_OPT_SORTLIST, (optmask & ARES_OPT_SORTLIST));
Dares-test-mock.cc768 EXPECT_TRUE((optmask & ARES_OPT_SORTLIST) == ARES_OPT_SORTLIST); in TEST_P()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares.h160 #define ARES_OPT_SORTLIST (1 << 10) macro
Dares_init.c353 ARES_OPT_SORTLIST|ARES_OPT_TIMEOUTMS); in ares_save_options()
535 if ((optmask & ARES_OPT_SORTLIST) && (channel->nsort == -1)) { in init_by_options()