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

/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dupdate.c1881 isc_boolean_t nseconly = ISC_FALSE, nsec3 = ISC_FALSE; local
1898 nseconly = ISC_TRUE;
1908 if (!nseconly) {
1909 result = dns_nsec_nseconly(db, ver, &nseconly);
1928 if (nseconly && nsec3) {
2091 isc_boolean_t nseconly = ISC_FALSE; local
2132 result = dns_nsec_nseconly(db, ver, &nseconly);
2133 if (result == ISC_R_NOTFOUND || nseconly)
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dzone.c2833 isc_boolean_t nseconly = ISC_FALSE, nsec3ok = ISC_FALSE; local
2853 result = dns_nsec_nseconly(db, version, &nseconly);
2854 nsec3ok = (result == ISC_R_SUCCESS && !nseconly);
2977 isc_boolean_t nseconly = ISC_FALSE, nsec3ok = ISC_FALSE; local
2996 result = dns_nsec_nseconly(db, version, &nseconly);
2997 nsec3ok = (result == ISC_R_SUCCESS && !nseconly);
6228 isc_boolean_t nseconly = ISC_FALSE, nsec3ok = ISC_FALSE; local
6280 result = dns_nsec_nseconly(db, ver, &nseconly);
6281 nsec3ok = (result == ISC_R_SUCCESS && !nseconly);
16186 isc_boolean_t nseconly local
17055 isc_boolean_t nseconly; local
[all...]

Completed in 121 milliseconds