Lines Matching +refs:val +refs:target
177 dns_name_t target;
509 set_adbstat(dns_adb_t *adb, isc_uint64_t val, isc_statscounter_t counter) {
511 isc_stats_set(adb->view->adbstats, val, counter);
1044 clean_target(adb, &name->target);
1109 * Check to see if we need to remove the alias target.
1112 clean_target(adb, &name->target);
1370 clean_target(dns_adb_t *adb, dns_name_t *target) {
1371 if (dns_name_countlabels(target) > 0) {
1372 dns_name_free(target, adb->mctx);
1373 dns_name_init(target, NULL);
1379 dns_rdataset_t *rdataset, dns_name_t *target)
1389 REQUIRE(dns_name_countlabels(target) == 0);
1395 * Copy the CNAME's target into the target name.
1404 result = dns_name_dup(&cname.cname, adb->mctx, target);
1415 * Get the target name of the DNAME.
1425 * Construct the new target name.
1437 result = dns_name_dup(new_target, adb->mctx, target);
1678 dns_name_init(&name->target, NULL);
2932 isc_stdtime_t now, dns_name_t *target,
2937 target, port, 0, NULL, findp));
2944 isc_stdtime_t now, dns_name_t *target,
2965 REQUIRE(target == NULL || dns_name_hasbuffer(target));
3252 if (target != NULL) {
3253 result = dns_name_copy(&adbname->target, target, NULL);
3477 if (dns_name_countlabels(&name->target) > 0) {
3479 print_dns_name(f, &name->target);
3484 dump_ttl(f, "target", name->expire_target, now);
3797 clean_target(adb, &adbname->target);
3800 &adbname->target);
3804 "adb name %p: caching alias target",
3934 clean_target(adb, &name->target);
3939 &name->target);
3942 "adb fetch name %p: caching alias target",