Lines Matching refs:res_target
119 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()
1711 static int res_queryN_wrapper(const char* name, res_target* target, res_state res, int* herrno) { in res_queryN_wrapper()
1729 static int res_queryN(const char* name, res_target* target, res_state res, int* herrno) { in res_queryN()
1732 struct res_target* t; in res_queryN()
1805 static int res_searchN(const char* name, res_target* target, res_state res, int* herrno) { in res_searchN()
1921 static int res_querydomainN(const char* name, const char* domain, res_target* target, res_state res, in res_querydomainN()