Searched refs:dns_difftuple_create (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Ddiff.h128 dns_difftuple_create(isc_mem_t *mctx,
/bind-9.6-ESV-R11/bin/named/
H A Dupdate.c412 result = dns_difftuple_create(diff->mctx, op,
869 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_EXISTS,
1306 CHECK(dns_difftuple_create(ctx->del_diff.mctx, DNS_DIFFOP_DEL,
1318 CHECK(dns_difftuple_create(ctx->del_diff.mctx, DNS_DIFFOP_DEL,
1323 CHECK(dns_difftuple_create(ctx->add_diff.mctx,
1472 CHECK(dns_difftuple_create(list->mctx, DNS_DIFFOP_EXISTS, name, 0,
1805 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD, name,
1832 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD, name, 0,
3048 CHECK(dns_difftuple_create(temp_diff.mctx, op,
3124 CHECK(dns_difftuple_create(dif
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dnsec3.c455 result = dns_difftuple_create(diff->mctx, DNS_DIFFOP_DEL, name,
717 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD, prev,
746 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD,
837 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD,
867 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD,
1127 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD, prev,
1226 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD,
H A Ddiff.c57 dns_difftuple_create(isc_mem_t *mctx, function
117 return (dns_difftuple_create(orig->mctx, orig->op, &orig->name,
H A Djournal.c161 result = dns_difftuple_create(mctx, op, zonename, rdataset.ttl,
1316 CHECK(dns_difftuple_create(diff.mctx, op, name, ttl, rdata,
1464 CHECK(dns_difftuple_create(diff.mctx, n_soa == 1 ?
1768 result = dns_difftuple_create(diff->mctx, op, name,
H A Dxfrin.c290 CHECK(dns_difftuple_create(xfr->diff.mctx, op,
378 CHECK(dns_difftuple_create(xfr->diff.mctx, op,
H A Dzone.c3724 result = dns_difftuple_create(diff->mctx, op,
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c268 result = dns_difftuple_create(mctx, DNS_DIFFOP_ADD, name, ttl, &trdata,
270 check_result(result, "dns_difftuple_create");
542 result = dns_difftuple_create(mctx,
547 check_result(result, "dns_difftuple_create");
549 result = dns_difftuple_create(mctx,
554 check_result(result, "dns_difftuple_create");
559 result = dns_difftuple_create(mctx, DNS_DIFFOP_DEL,
562 check_result(result, "dns_difftuple_create");
860 result = dns_difftuple_create(mctx, DNS_DIFFOP_ADD, name,
862 check_result(result, "dns_difftuple_create");
[all...]

Completed in 2588 milliseconds