Searched refs:DNS_R_UNCHANGED (Results 1 - 11 of 11) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dresult.h71 #define DNS_R_UNCHANGED (ISC_RESULTCLASS_DNS + 25) macro
/bind-9.6-ESV-R11/bin/tests/
H A Dnsecify.c85 if (result == DNS_R_UNCHANGED)
/bind-9.6-ESV-R11/lib/dns/
H A Ddiff.c377 } else if (result == DNS_R_UNCHANGED) {
474 if (result == DNS_R_UNCHANGED) {
H A Dnsec.c184 if (result == DNS_R_UNCHANGED)
H A Drdataslab.c684 return (DNS_R_UNCHANGED);
936 return (DNS_R_UNCHANGED);
H A Dcache.c1133 if (result != ISC_R_SUCCESS && result != DNS_R_UNCHANGED)
H A Dresolver.c4238 result != DNS_R_UNCHANGED)
4250 result != DNS_R_UNCHANGED)
4723 if (result == DNS_R_UNCHANGED) {
4758 if (result == DNS_R_UNCHANGED)
4870 if (result == DNS_R_UNCHANGED) {
4981 if (result == DNS_R_UNCHANGED || result == ISC_R_SUCCESS) {
H A Drbtdb.c5601 return (DNS_R_UNCHANGED);
5643 return (DNS_R_UNCHANGED);
5656 return (DNS_R_UNCHANGED);
5854 return (DNS_R_UNCHANGED);
6357 result = DNS_R_UNCHANGED;
6533 else if (result == DNS_R_UNCHANGED)
/bind-9.6-ESV-R11/lib/tests/
H A Dt_api.c622 { DNS_R_UNCHANGED, "DNS_R_UNCHANGED" },
/bind-9.6-ESV-R11/lib/dns/tests/
H A Ddbversion_test.c366 ATF_REQUIRE_EQ(result, DNS_R_UNCHANGED);
430 * ISC_R_FAILURE rather then DNS_R_UNCHANGED.
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c2193 if (result == DNS_R_UNCHANGED)
2199 if (result == DNS_R_UNCHANGED)
2255 if (result == DNS_R_UNCHANGED)
2366 if (result != ISC_R_SUCCESS && result != DNS_R_UNCHANGED)

Completed in 77 milliseconds