Searched refs:ot (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Ddiff.c152 dns_difftuple_t *ot, *next_ot; local
169 for (ot = ISC_LIST_HEAD(diff->tuples); ot != NULL;
170 ot = next_ot)
172 next_ot = ISC_LIST_NEXT(ot, link);
173 if (dns_name_equal(&ot->name, &(*tuplep)->name) &&
174 dns_rdata_compare(&ot->rdata, &(*tuplep)->rdata) == 0 &&
175 ot->ttl == (*tuplep)->ttl)
177 ISC_LIST_UNLINK(diff->tuples, ot, link);
178 if ((*tuplep)->op == ot
[all...]
H A Dspnego.c576 gss_buffer_t ot = NULL; local
680 ot = &obuf;
682 ret = send_accept(&minor_status2, output_token, ot, pref);
684 if (ot != NULL && ot->length != 0U)
685 gss_release_buffer(&minor_status2, ot);

Completed in 13 milliseconds