Lines Matching refs:target
2152 res_queryN(const char *name, /* domain name */ struct res_target *target, in res_queryN() argument
2168 for (t = target; t; t = t->next) { in res_queryN()
2257 res_searchN(const char *name, struct res_target *target, res_state res) in res_searchN() argument
2266 assert(target != NULL); in res_searchN()
2268 hp = (HEADER *)(void *)target->answer; /*XXX*/ in res_searchN()
2286 ret = res_queryN(cp, target, res); in res_searchN()
2296 ret = res_querydomainN(name, NULL, target, res); in res_searchN()
2317 ret = res_querydomainN(name, *domain, target, res); in res_searchN()
2372 ret = res_querydomainN(name, NULL, target, res); in res_searchN()
2400 struct res_target *target, res_state res) in res_querydomainN() argument
2438 return res_queryN(longname, target, res); in res_querydomainN()