Searched refs:itresult (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dmasterdump.c837 isc_result_t itresult, dumpresult; local
843 itresult = dns_rdatasetiter_first(rdsiter);
846 if (itresult == ISC_R_SUCCESS && ctx->neworigin != NULL) {
848 itresult = dns_name_totext(ctx->neworigin, ISC_FALSE, buffer);
849 RUNTIME_CHECK(itresult == ISC_R_SUCCESS);
857 itresult == ISC_R_SUCCESS && i < MAXSORT;
858 itresult = dns_rdatasetiter_next(rdsiter), i++) {
903 if (itresult == ISC_R_SUCCESS)
906 if (itresult == ISC_R_NOMORE)
907 itresult
[all...]
H A Djournal.c1880 isc_result_t result, itresult[2]; local
1900 itresult[0] = dns_dbiterator_first(dbit[0]);
1901 itresult[1] = dns_dbiterator_first(dbit[1]);
1905 if (! have[i] && itresult[i] == ISC_R_SUCCESS) {
1912 itresult[i] = dns_dbiterator_next(dbit[i]);
1956 if (itresult[0] != ISC_R_NOMORE)
1957 FAIL(itresult[0]);
1958 if (itresult[1] != ISC_R_NOMORE)
1959 FAIL(itresult[1]);

Completed in 486 milliseconds