HomeSort by: relevance | last modified time | path
    Searched refs:DNS_R_NEWORIGIN (Results 1 - 22 of 22) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
result.h 66 #define DNS_R_NEWORIGIN (ISC_RESULTCLASS_DNS + 24)
  /src/external/mpl/bind/dist/lib/isc/include/isc/
result.h 125 DNS_R_NEWORIGIN,
  /src/external/mpl/bind/dist/lib/isc/
result.c 125 [DNS_R_NEWORIGIN] = "new origin",
381 [DNS_R_NEWORIGIN] = "DNS_R_NEWORIGIN",
  /src/external/mpl/dhcp/bind/dist/lib/dns/
nta.c 533 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
578 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
632 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
677 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
709 while (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) {
zt.c 492 while (result == DNS_R_NEWORIGIN || result == ISC_R_SUCCESS) {
515 while (result == DNS_R_NEWORIGIN || result == ISC_R_SUCCESS) {
551 while (result == DNS_R_NEWORIGIN || result == ISC_R_SUCCESS) {
keytable.c 715 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
739 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
773 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
789 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
rbt.c 2033 result2 == DNS_R_NEWORIGIN)
3465 result = DNS_R_NEWORIGIN;
3533 result = DNS_R_NEWORIGIN;
3718 result = DNS_R_NEWORIGIN;
3747 result = DNS_R_NEWORIGIN;
3773 result = DNS_R_NEWORIGIN;
tsig.c 407 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
430 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
624 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
637 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
zoneverify.c 1749 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
1789 result != DNS_R_NEWORIGIN)
1880 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
rbtdb.c 3399 while (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) {
3491 } while (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN);
3500 while (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) {
3773 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
3810 if (result == DNS_R_NEWORIGIN) {
3831 if (result == DNS_R_NEWORIGIN) {
4049 if (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) {
9599 if (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) {
9657 if (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) {
9786 if (result == DNS_R_NEWORIGIN || result == ISC_R_SUCCESS)
    [all...]
masterdump.c 1781 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
1784 if (result == DNS_R_NEWORIGIN) {
cache.c 1167 if (result == DNS_R_NEWORIGIN) {
  /src/external/mpl/bind/dist/tests/dns/
rbt_test.c 1028 assert_int_equal(result, DNS_R_NEWORIGIN);
1041 assert_int_equal(result, DNS_R_NEWORIGIN);
1047 assert_int_equal(result, DNS_R_NEWORIGIN);
  /src/external/mpl/bind/dist/lib/dns/
rbt.c 1202 result2 == DNS_R_NEWORIGIN)
2592 result = DNS_R_NEWORIGIN;
2660 result = DNS_R_NEWORIGIN;
2851 result = DNS_R_NEWORIGIN;
2880 result = DNS_R_NEWORIGIN;
2906 result = DNS_R_NEWORIGIN;
rbt-zonedb.c 337 while (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) {
389 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
685 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
722 if (result == DNS_R_NEWORIGIN) {
743 if (result == DNS_R_NEWORIGIN) {
964 if (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) {
rbtdb.c 4468 if (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) {
4478 result == DNS_R_NEWORIGIN)
4554 if (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) {
4573 result == DNS_R_NEWORIGIN)
4791 (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN))
4818 if (result == DNS_R_NEWORIGIN || result == ISC_R_SUCCESS) {
4819 rbtdbiter->new_origin = (result == DNS_R_NEWORIGIN);
4867 if (result == DNS_R_NEWORIGIN || result == ISC_R_SUCCESS) {
4872 rbtdbiter->new_origin = (result == DNS_R_NEWORIGIN);
4880 result == DNS_R_NEWORIGIN)
    [all...]
zoneverify.c 1750 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
1789 result != DNS_R_NEWORIGIN)
1881 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
cache.c 436 if (result == DNS_R_NEWORIGIN) {
qpzone.c 4277 if (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) {
4340 if ((result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) &&
4361 if ((result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) &&
4527 if (result == ISC_R_SUCCESS || result == DNS_R_NEWORIGIN) {
rbt-cachedb.c 687 if (result != ISC_R_SUCCESS && result != DNS_R_NEWORIGIN) {
  /src/external/mpl/dhcp/dist/tests/
t_api.c 671 { DNS_R_NEWORIGIN, "DNS_R_NEWORIGIN" },
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-signzone.c 108 check_result((result == DNS_R_NEWORIGIN) ? ISC_R_SUCCESS : result, \

Completed in 76 milliseconds