Searched refs:res_querydomainN (Results 1 – 1 of 1) sorted by relevance
/packages/modules/DnsResolver/ |
D | getaddrinfo.cpp | 155 static int res_querydomainN(const char* name, const char* domain, res_target* target, ResState* res, 1739 ret = res_querydomainN(name, NULL, target, res, herrno); in res_searchN() 1759 ret = res_querydomainN(name, domain.c_str(), target, res, herrno); in res_searchN() 1803 ret = res_querydomainN(name, NULL, target, res, herrno); in res_searchN() 1826 static int res_querydomainN(const char* name, const char* domain, res_target* target, ResState* res, in res_querydomainN() function
|