Home
last modified time | relevance | path

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

/aosp12/packages/modules/DnsResolver/
H A Dgetaddrinfo.cpp155 static int res_searchN(const char* name, res_target* target, res_state res, int* herrno);
1441 if (res_searchN(name, &q, &res, &he) < 0) { in dns_getaddrinfo()
1808 static int res_searchN(const char* name, res_target* target, res_state res, int* herrno) { in res_searchN() function
/aosp12/bionic/libc/dns/net/
H A Dgetaddrinfo.c249 static int res_searchN(const char *, struct res_target *, res_state);
1990 if (res_searchN(name, &q, res) < 0) { in _dns_getaddrinfo()
2281 res_searchN(const char *name, struct res_target *target, res_state res) in res_searchN() function