Lines Matching refs:DNS_DIFFOP_DEL
1231 DNS_DIFFOP_DEL, ctx->name,
1306 CHECK(dns_difftuple_create(ctx->del_diff.mctx, DNS_DIFFOP_DEL,
1318 CHECK(dns_difftuple_create(ctx->del_diff.mctx, DNS_DIFFOP_DEL,
1389 CHECK(dns_db_createsoatuple(db, ver, mctx, DNS_DIFFOP_DEL, &deltuple));
2015 DNS_DIFFOP_DEL, name,
2024 result = update_one_rr(db, ver, diff, DNS_DIFFOP_DEL,
2460 if (t->op == DNS_DIFFOP_DEL) {
2591 if (t->op == DNS_DIFFOP_DEL) {
2785 if (!((tupple->op == DNS_DIFFOP_DEL &&
3046 op = (tuple->op == DNS_DIFFOP_DEL) ?
3047 DNS_DIFFOP_ADD : DNS_DIFFOP_DEL;
3122 op = (next->op == DNS_DIFFOP_DEL) ?
3123 DNS_DIFFOP_ADD : DNS_DIFFOP_DEL;
3167 DNS_DIFFOP_DEL,
3177 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_DEL,
3196 op = (tuple->op == DNS_DIFFOP_DEL) ?
3197 DNS_DIFFOP_ADD : DNS_DIFFOP_DEL;
3295 if (next->op == DNS_DIFFOP_DEL &&
3371 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_DEL,
3430 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_DEL,
4183 ISC_TF(tuple->op == DNS_DIFFOP_DEL));