Searched refs:ARES_OPT_SORTLIST (Results 1 – 4 of 4) sorted by relevance
367 optmask |= ARES_OPT_SORTLIST;375 EXPECT_EQ(ARES_OPT_SORTLIST, (optmask & ARES_OPT_SORTLIST));
768 EXPECT_TRUE((optmask & ARES_OPT_SORTLIST) == ARES_OPT_SORTLIST); in TEST_P()
160 #define ARES_OPT_SORTLIST (1 << 10) macro
353 ARES_OPT_SORTLIST|ARES_OPT_TIMEOUTMS); in ares_save_options()535 if ((optmask & ARES_OPT_SORTLIST) && (channel->nsort == -1)) { in init_by_options()