Searched refs:DNS_R_NEWORIGIN (Results 1 - 18 of 18) sorted by relevance

/bind-9.11.3/bin/tests/rbt/
H A Dt_rbt.c627 if (dns_result != DNS_R_NEWORIGIN) {
629 "expecting DNS_R_NEWORIGIN\n",
660 (dns_result != DNS_R_NEWORIGIN)) {
730 t_info("checking for DNS_R_NEWORIGIN\n");
859 (dns_result != DNS_R_NEWORIGIN)) {
865 nextorigin, DNS_R_NEWORIGIN);
894 (dns_result != DNS_R_NEWORIGIN)) {
899 prevorigin, DNS_R_NEWORIGIN);
910 if (dns_result != DNS_R_NEWORIGIN) {
915 &dns_origin, firstorigin, DNS_R_NEWORIGIN);
[all...]
/bind-9.11.3/bin/dnssec/
H A Ddnssectool.h20 check_result((result == DNS_R_NEWORIGIN) ? ISC_R_SUCCESS : result, \
/bind-9.11.3/bin/tests/
H A Drbt_test.c214 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN)
219 if (result == DNS_R_NEWORIGIN) {
226 result == DNS_R_NEWORIGIN) {
H A Ddb_test.c196 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN)
/bind-9.11.3/lib/dns/tests/
H A Ddbiterator_test.c116 if (result == DNS_R_NEWORIGIN)
179 if (result == DNS_R_NEWORIGIN)
246 if (result == DNS_R_NEWORIGIN)
/bind-9.11.3/lib/dns/include/dns/
H A Dresult.h59 #define DNS_R_NEWORIGIN (ISC_RESULTCLASS_DNS + 24) macro
/bind-9.11.3/lib/dns/
H A Dnta.c526 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
561 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
589 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN)
611 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
667 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN)
706 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
H A Dzt.c437 while (result == DNS_R_NEWORIGIN || result == ISC_R_SUCCESS) {
461 while (result == DNS_R_NEWORIGIN || result == ISC_R_SUCCESS) {
502 while (result == DNS_R_NEWORIGIN || result == ISC_R_SUCCESS) {
H A Dkeytable.c613 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
634 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
661 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
672 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
H A Drbt.c1992 result2 == DNS_R_NEWORIGIN)
3345 result = DNS_R_NEWORIGIN;
3410 result = DNS_R_NEWORIGIN;
3588 result = DNS_R_NEWORIGIN;
3616 result = DNS_R_NEWORIGIN;
3640 result = DNS_R_NEWORIGIN;
H A Dtsig.c457 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
480 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
644 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
657 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
H A Drbtdb.c3492 while (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) {
3579 } while (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN);
3586 while (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) {
3853 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN)
3891 if (result == DNS_R_NEWORIGIN)
3909 if (result == DNS_R_NEWORIGIN)
4118 if (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) {
9408 if (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) {
9462 if (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) {
9587 if (result == DNS_R_NEWORIGIN || resul
[all...]
H A Dmasterdump.c1666 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN)
1668 if (result == DNS_R_NEWORIGIN) {
H A Dcache.c1235 if (result == DNS_R_NEWORIGIN)
H A Drpz.c1838 while (result == DNS_R_NEWORIGIN || result == ISC_R_SUCCESS) {
/bind-9.11.3/lib/tests/
H A Dt_api.c649 { DNS_R_NEWORIGIN, "DNS_R_NEWORIGIN" },
/bind-9.11.3/bin/check/
H A Dcheck-tool.c608 if (result == DNS_R_NEWORIGIN)
/bind-9.11.3/bin/named/
H A Dserver.c10709 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
10738 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
10826 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
10864 if (result == ISC_R_NOMORE || result == DNS_R_NEWORIGIN)

Completed in 916 milliseconds