Home
last modified time | relevance | path

Searched refs:res_querydomainN (Results 1 – 1 of 1) sorted by relevance

/system/netd/resolv/
Dgetaddrinfo.cpp153 static int res_querydomainN(const char* name, const char* domain, res_target* target, res_state res,
1693 ret = res_querydomainN(name, NULL, target, res, herrno); in res_searchN()
1716 ret = res_querydomainN(name, *domain, target, res, herrno); in res_searchN()
1769 ret = res_querydomainN(name, NULL, target, res, herrno); in res_searchN()
1794 static int res_querydomainN(const char* name, const char* domain, res_target* target, res_state res, in res_querydomainN() function