Lines Matching defs:ot
179 dns_difftuple_t *ot, *next_ot;
196 for (ot = ISC_LIST_HEAD(diff->tuples); ot != NULL; ot = next_ot) {
197 next_ot = ISC_LIST_NEXT(ot, link);
198 if (dns_name_caseequal(&ot->name, &(*tuplep)->name) &&
199 dns_rdata_compare(&ot->rdata, &(*tuplep)->rdata) == 0 &&
200 ot->ttl == (*tuplep)->ttl)
202 ISC_LIST_UNLINK(diff->tuples, ot, link);
206 if ((*tuplep)->op == ot->op) {
211 dns_difftuple_free(&ot);