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

/bind-9.11.3/lib/dns/include/dns/
H A Dresult.h60 #define DNS_R_UNCHANGED (ISC_RESULTCLASS_DNS + 25) macro
/bind-9.11.3/bin/tests/
H A Dnsecify.c76 if (result == DNS_R_UNCHANGED)
/bind-9.11.3/lib/dns/tests/
H A Ddbversion_test.c357 ATF_REQUIRE_EQ(result, DNS_R_UNCHANGED);
419 ATF_REQUIRE_EQ(result, DNS_R_UNCHANGED);
/bind-9.11.3/lib/dns/
H A Ddiff.c396 } else if (result == DNS_R_UNCHANGED) {
510 if (result == DNS_R_UNCHANGED) {
H A Dnsec.c191 if (result == DNS_R_UNCHANGED)
H A Drdataslab.c714 return (DNS_R_UNCHANGED);
966 return (DNS_R_UNCHANGED);
H A Dcache.c1195 if (result != ISC_R_SUCCESS && result != DNS_R_UNCHANGED)
H A Drbtdb.c6241 return (DNS_R_UNCHANGED);
6282 return (DNS_R_UNCHANGED);
6295 return (DNS_R_UNCHANGED);
6564 return (DNS_R_UNCHANGED);
7158 result = DNS_R_UNCHANGED;
7465 else if (result == DNS_R_UNCHANGED)
H A Dresolver.c5069 result != DNS_R_UNCHANGED)
5081 result != DNS_R_UNCHANGED)
5606 if (result == DNS_R_UNCHANGED) {
5645 if (result == DNS_R_UNCHANGED) {
5761 if (result == DNS_R_UNCHANGED) {
5891 if (result == DNS_R_UNCHANGED || result == ISC_R_SUCCESS) {
H A Dzone.c13921 return (DNS_R_UNCHANGED);
13999 return (DNS_R_UNCHANGED);
14063 return (DNS_R_UNCHANGED);
14188 if (result == DNS_R_UNCHANGED)
/bind-9.11.3/lib/tests/
H A Dt_api.c650 { DNS_R_UNCHANGED, "DNS_R_UNCHANGED" },
/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c1897 if (result == DNS_R_UNCHANGED)
1903 if (result == DNS_R_UNCHANGED)
1958 if (result == DNS_R_UNCHANGED)
2069 if (result != ISC_R_SUCCESS && result != DNS_R_UNCHANGED)

Completed in 154 milliseconds