Searched refs:res_searchN (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/modules/DnsResolver/ |
H A D | getaddrinfo.cpp | 155 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 D | getaddrinfo.c | 249 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
|