Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dgetaddrinfo.cpp119 struct res_target { struct
120 struct res_target* next; argument
155 static int res_queryN(const char* name, res_target* target, res_state res, int* herrno);
156 static int res_searchN(const char* name, res_target* target, res_state res, int* herrno);
157 static int res_querydomainN(const char* name, const char* domain, res_target* target, res_state res,
1397 res_target q = {}; in dns_getaddrinfo()
1398 res_target q2 = {}; in dns_getaddrinfo()
1611 QueryResult doQuery(const char* name, res_target* t, res_state res, in doQuery()
1673 static int res_queryN_parallel(const char* name, res_target* target, res_state res, int* herrno) { in res_queryN_parallel()
1677 for (res_target* t = target; t; t = t->next) { in res_queryN_parallel()
[all …]