Lines Matching refs:target
2153 res_queryN(const char *name, /* domain name */ struct res_target *target, in res_queryN() argument
2169 for (t = target; t; t = t->next) { in res_queryN()
2258 res_searchN(const char *name, struct res_target *target, res_state res) in res_searchN() argument
2267 assert(target != NULL); in res_searchN()
2269 hp = (HEADER *)(void *)target->answer; /*XXX*/ in res_searchN()
2287 ret = res_queryN(cp, target, res); in res_searchN()
2297 ret = res_querydomainN(name, NULL, target, res); in res_searchN()
2318 ret = res_querydomainN(name, *domain, target, res); in res_searchN()
2373 ret = res_querydomainN(name, NULL, target, res); in res_searchN()
2401 struct res_target *target, res_state res) in res_querydomainN() argument
2439 return res_queryN(longname, target, res); in res_querydomainN()