Lines Matching refs:itresult
837 isc_result_t itresult, dumpresult;
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 = ISC_R_SUCCESS;
909 return (itresult);