Searched refs:res_querydomainN (Results 1 – 1 of 1) sorted by relevance
/packages/modules/DnsResolver/ |
D | getaddrinfo.cpp | 156 static int res_querydomainN(const char* name, const char* domain, res_target* target, res_state res, 1832 ret = res_querydomainN(name, NULL, target, res, herrno); in res_searchN() 1853 ret = res_querydomainN(name, domain.c_str(), target, res, herrno); in res_searchN() 1901 ret = res_querydomainN(name, NULL, target, res, herrno); in res_searchN() 1924 static int res_querydomainN(const char* name, const char* domain, res_target* target, res_state res, in res_querydomainN() function
|