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

/bind-9.11.3/lib/dns/
H A Ddiff.c155 dns_difftuple_t *ot, *next_ot; local
172 for (ot = ISC_LIST_HEAD(diff->tuples); ot != NULL;
173 ot = next_ot)
175 next_ot = ISC_LIST_NEXT(ot, link);
176 if (dns_name_caseequal(&ot->name, &(*tuplep)->name) &&
177 dns_rdata_compare(&ot->rdata, &(*tuplep)->rdata) == 0 &&
178 ot->ttl == (*tuplep)->ttl)
180 ISC_LIST_UNLINK(diff->tuples, ot, link);
181 if ((*tuplep)->op == ot
[all...]
H A Dspnego.c571 gss_buffer_t ot = NULL; local
677 ot = &obuf;
679 ret = send_accept(&minor_status2, output_token, ot, pref);
681 if (ot != NULL && ot->length != 0U)
682 gss_release_buffer(&minor_status2, ot);

Completed in 16 milliseconds