Lines Matching refs:itresult
988 isc_result_t itresult, dumpresult;
994 itresult = dns_rdatasetiter_first(rdsiter);
997 if (itresult == ISC_R_SUCCESS && ctx->neworigin != NULL) {
999 itresult = dns_name_totext(ctx->neworigin, ISC_FALSE, buffer);
1000 RUNTIME_CHECK(itresult == ISC_R_SUCCESS);
1008 itresult == ISC_R_SUCCESS && i < MAXSORT;
1009 itresult = dns_rdatasetiter_next(rdsiter), i++) {
1069 if (itresult == ISC_R_SUCCESS)
1072 if (itresult == ISC_R_NOMORE)
1073 itresult = ISC_R_SUCCESS;
1075 return (itresult);