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

/bind-9.11.3/lib/dns/include/dns/
H A Dresult.h101 #define DNS_R_SEENINCLUDE (ISC_RESULTCLASS_DNS + 66) macro
/bind-9.11.3/contrib/sdb/pgsql/
H A Dzonetodb.c177 if (result == DNS_R_SEENINCLUDE)
/bind-9.11.3/bin/dnssec/
H A Ddnssec-verify.c110 case DNS_R_SEENINCLUDE:
H A Ddnssec-importkey.c121 if (result != ISC_R_SUCCESS && result != DNS_R_SEENINCLUDE)
H A Ddnssec-dsfromkey.c115 if (result != ISC_R_SUCCESS && result != DNS_R_SEENINCLUDE)
H A Ddnssec-signzone.c906 if (result != ISC_R_SUCCESS && result != DNS_R_SEENINCLUDE)
2471 if (result != ISC_R_SUCCESS && result != DNS_R_SEENINCLUDE)
/bind-9.11.3/bin/tests/
H A Dnsecify.c141 if (result == DNS_R_SEENINCLUDE)
H A Ddb_test.c277 if (result != ISC_R_SUCCESS && result != DNS_R_SEENINCLUDE) {
/bind-9.11.3/lib/dns/
H A Drootns.c237 if (result == ISC_R_SUCCESS || result == DNS_R_SEENINCLUDE)
239 if (result != ISC_R_SUCCESS && result != DNS_R_SEENINCLUDE)
H A Ddb.c357 (result == ISC_R_SUCCESS || result == DNS_R_SEENINCLUDE))
H A Dzone.c2273 case DNS_R_SEENINCLUDE:
2380 result != DNS_R_SEENINCLUDE)
4447 if (result != ISC_R_SUCCESS && result != DNS_R_SEENINCLUDE) {
4487 if (result == DNS_R_SEENINCLUDE)
15307 (result == ISC_R_SUCCESS || result == DNS_R_SEENINCLUDE))
15337 if ((result == ISC_R_SUCCESS || result == DNS_R_SEENINCLUDE) &&
H A Dmaster.c2037 result = DNS_R_SEENINCLUDE;
/bind-9.11.3/lib/dns/tests/
H A Dmaster_test.c358 ATF_REQUIRE_EQ(result, DNS_R_SEENINCLUDE);
386 ATF_CHECK_EQ(result, DNS_R_SEENINCLUDE);
/bind-9.11.3/contrib/sdb/sqlite/
H A Dzone2sqlite.c188 if (result == DNS_R_SEENINCLUDE)
/bind-9.11.3/lib/tests/
H A Dt_api.c663 { DNS_R_SEENINCLUDE, "DNS_R_SEENINCLUDE" },

Completed in 317 milliseconds