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

/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Ddiff.h128 dns_difftuple_create(isc_mem_t *mctx,
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dnsec3.c457 result = dns_difftuple_create(diff->mctx, DNS_DIFFOP_DEL, name,
724 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD, prev,
753 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD,
844 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD,
874 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD,
1093 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_DEL, origin,
1105 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD,
1141 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_DEL, origin,
1152 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD,
1444 CHECK(dns_difftuple_create(dif
[all...]
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,
1311 CHECK(dns_difftuple_create(diff.mctx, op, name, ttl, rdata,
1457 CHECK(dns_difftuple_create(diff.mctx, n_soa == 1 ?
1761 result = dns_difftuple_create(diff->mctx, op, name,
H A Ddnssec.c1604 RETERR(dns_difftuple_create(mctx, DNS_DIFFOP_ADD, origin, ttl,
1629 RETERR(dns_difftuple_create(mctx, DNS_DIFFOP_DEL, origin, ttl, &dnskey,
H A Dxfrin.c291 CHECK(dns_difftuple_create(xfr->diff.mctx, op,
379 CHECK(dns_difftuple_create(xfr->diff.mctx, op,
H A Dzone.c3029 result = dns_difftuple_create(diff->mctx, op,
13959 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD,
13972 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_DEL,
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dupdate.c456 result = dns_difftuple_create(diff->mctx, op,
917 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_EXISTS,
1353 CHECK(dns_difftuple_create(ctx->del_diff.mctx, DNS_DIFFOP_DEL,
1365 CHECK(dns_difftuple_create(ctx->del_diff.mctx, DNS_DIFFOP_DEL,
1370 CHECK(dns_difftuple_create(ctx->add_diff.mctx,
1519 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,
3216 CHECK(dns_difftuple_create(diff->mctx, op, name,
3274 CHECK(dns_difftuple_create(dif
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/dnssec/
H A Ddnssec-signzone.c245 result = dns_difftuple_create(mctx, DNS_DIFFOP_ADD, name, ttl, &trdata,
247 check_result(result, "dns_difftuple_create");
531 result = dns_difftuple_create(mctx,
536 check_result(result, "dns_difftuple_create");
538 result = dns_difftuple_create(mctx,
543 check_result(result, "dns_difftuple_create");
548 result = dns_difftuple_create(mctx, DNS_DIFFOP_DEL,
551 check_result(result, "dns_difftuple_create");
890 result = dns_difftuple_create(mctx, DNS_DIFFOP_ADD, name,
892 check_result(result, "dns_difftuple_create");
[all...]

Completed in 320 milliseconds