Lines Matching defs:target
48 const char *target;
134 client->target,
237 lookup(const char *target) {
245 INSIST(target != NULL);
248 isc_buffer_constinit(&t, target, strlen(target));
249 isc_buffer_add(&t, strlen(target));
254 check_result(result, "dns_name_fromtext %s", target);
257 check_result(result, "dns_name_dup %s", target);
273 client->target = target;
277 target, isc_result_totext(client->find->result_v4),