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

/bind-9.11.3/lib/dns/
H A Drbtdb.c925 isc_boolean_t nsec3only; member in struct:rbtdb_dbiterator
5740 rbtdbiter->nsec3only = ISC_TF((options & DNS_DB_NSEC3ONLY) != 0);
5745 if (rbtdbiter->nsec3only)
9393 if (rbtdbiter->nsec3only) {
9452 if (rbtdbiter->nsec3only && !rbtdbiter->nonsec3) {
9457 if (!rbtdbiter->nsec3only && result == ISC_R_NOTFOUND) {
9502 if (rbtdbiter->nsec3only) {
9574 if (result == ISC_R_NOMORE && !rbtdbiter->nsec3only &&
9619 if (result == ISC_R_NOMORE && !rbtdbiter->nsec3only &&

Completed in 44 milliseconds