Searched refs:DNS_R_SEENINCLUDE (Results 1 - 13 of 13) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dresult.h112 #define DNS_R_SEENINCLUDE (ISC_RESULTCLASS_DNS + 66) macro
/bind-9.6-ESV-R11/bin/tests/
H A Dnsecify.c150 if (result == DNS_R_SEENINCLUDE)
H A Ddb_test.c286 if (result != ISC_R_SUCCESS && result != DNS_R_SEENINCLUDE) {
/bind-9.6-ESV-R11/contrib/sdb/pgsql/
H A Dzonetodb.c186 if (result == DNS_R_SEENINCLUDE)
/bind-9.6-ESV-R11/lib/dns/
H A Drootns.c244 if (result == ISC_R_SUCCESS || result == DNS_R_SEENINCLUDE)
246 if (result != ISC_R_SUCCESS && result != DNS_R_SEENINCLUDE)
H A Ddb.c354 (result == ISC_R_SUCCESS || result == DNS_R_SEENINCLUDE))
H A Dzone.c1534 case DNS_R_SEENINCLUDE:
1600 result != DNS_R_SEENINCLUDE)
2592 if (result != ISC_R_SUCCESS && result != DNS_R_SEENINCLUDE) {
2616 if (result == DNS_R_SEENINCLUDE)
10163 (result == ISC_R_SUCCESS || result == DNS_R_SEENINCLUDE))
10173 if ((result == ISC_R_SUCCESS || result == DNS_R_SEENINCLUDE) &&
H A Dmaster.c1947 result = DNS_R_SEENINCLUDE;
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-dsfromkey.c106 if (result != ISC_R_SUCCESS && result != DNS_R_SEENINCLUDE)
H A Ddnssec-signzone.c805 if (result != ISC_R_SUCCESS && result != DNS_R_SEENINCLUDE)
2642 if (result != ISC_R_SUCCESS && result != DNS_R_SEENINCLUDE)
/bind-9.6-ESV-R11/contrib/sdb/sqlite/
H A Dzone2sqlite.c199 if (result == DNS_R_SEENINCLUDE)
/bind-9.6-ESV-R11/lib/dns/tests/
H A Dmaster_test.c323 ATF_REQUIRE_EQ(result, DNS_R_SEENINCLUDE);
/bind-9.6-ESV-R11/lib/tests/
H A Dt_api.c635 { DNS_R_SEENINCLUDE, "DNS_R_SEENINCLUDE" },

Completed in 70 milliseconds