Lines Matching refs:target
2136 res_queryN(const char *name, /* domain name */ struct res_target *target, in res_queryN() argument
2152 for (t = target; t; t = t->next) { in res_queryN()
2241 res_searchN(const char *name, struct res_target *target, res_state res) in res_searchN() argument
2250 assert(target != NULL); in res_searchN()
2252 hp = (HEADER *)(void *)target->answer; /*XXX*/ in res_searchN()
2270 ret = res_queryN(cp, target, res); in res_searchN()
2280 ret = res_querydomainN(name, NULL, target, res); in res_searchN()
2301 ret = res_querydomainN(name, *domain, target, res); in res_searchN()
2356 ret = res_querydomainN(name, NULL, target, res); in res_searchN()
2384 struct res_target *target, res_state res) in res_querydomainN() argument
2422 return res_queryN(longname, target, res); in res_querydomainN()