Lines Matching defs:itresult
1097 isc_result_t itresult, dumpresult;
1103 itresult = dns_rdatasetiter_first(rdsiter);
1106 if (itresult == ISC_R_SUCCESS && ctx->neworigin != NULL) {
1108 itresult = dns_name_totext(ctx->neworigin, 0, buffer);
1109 RUNTIME_CHECK(itresult == ISC_R_SUCCESS);
1120 for (i = 0; itresult == ISC_R_SUCCESS && i < MAXSORT;
1121 itresult = dns_rdatasetiter_next(rdsiter), i++)
1210 if (itresult == ISC_R_SUCCESS) {
1214 if (itresult == ISC_R_NOMORE) {
1215 itresult = ISC_R_SUCCESS;
1218 return itresult;