|
void | ares::test::AddrInfoCallback (void *data, int status, int timeouts, struct ares_addrinfo *ai) |
|
std::vector< std::string > | ares::test::GetNameServers (ares_channel channel) |
|
void | ares::test::HostCallback (void *data, int status, int timeouts, struct hostent *hostent) |
|
void | ares::test::NameInfoCallback (void *data, int status, int timeouts, char *node, char *service) |
|
std::set< int > | ares::test::NoExtraFDs () |
|
std::ostream & | ares::test::operator<< (std::ostream &os, const AddrInfo &ai) |
|
std::ostream & | ares::test::operator<< (std::ostream &os, const AddrInfoResult &result) |
|
std::ostream & | ares::test::operator<< (std::ostream &os, const HostEnt &host) |
|
std::ostream & | ares::test::operator<< (std::ostream &os, const HostResult &result) |
|
std::ostream & | ares::test::operator<< (std::ostream &os, const NameInfoResult &result) |
|
std::ostream & | ares::test::operator<< (std::ostream &os, const SearchResult &result) |
|
void | ares::test::ProcessWork (ares_channel channel, std::function< std::set< int >()> get_extrafds, std::function< void(int)> process_extra) |
|
void | ares::test::SearchCallback (void *data, int status, int timeouts, unsigned char *abuf, int alen) |
|
std::string | ares::test::TempNam (const char *dir, const char *prefix) |
|