Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dgetaddrinfo.cpp118 struct res_target { struct
119 struct res_target* next; argument
154 static int res_searchN(const char* name, res_target* target, ResState* res, int* herrno);
155 static int res_querydomainN(const char* name, const char* domain, res_target* target, ResState* res,
1387 res_target q = {}; in dns_getaddrinfo()
1388 res_target q2 = {}; in dns_getaddrinfo()
1604 QueryResult doQuery(const char* name, res_target* t, ResState* res, in doQuery()
1670 static int res_queryN_parallel(const char* name, res_target* target, ResState* res, int* herrno) { in res_queryN_parallel()
1674 for (res_target* t = target; t; t = t->next) { in res_queryN_parallel()
1715 static int res_searchN(const char* name, res_target* target, ResState* res, int* herrno) { in res_searchN()
[all …]