Searched refs:ares_datatype (Results 1 – 3 of 3) sorted by relevance
34 } ares_datatype; typedef57 ares_datatype type; /* Actual data type identifier. */71 void *ares_malloc_data(ares_datatype type);
143 void *ares_malloc_data(ares_datatype type) in ares_malloc_data()
173 data->type = (ares_datatype)99; in TEST_F()178 data->type = (ares_datatype)ARES_DATATYPE_MX_REPLY; in TEST_F()215 EXPECT_EQ(nullptr, ares_malloc_data((ares_datatype)99)); in TEST_F()