Lines Matching refs:vresult
1494 isc_result_t result, vresult = ISC_R_UNSET;
1758 if (vresult == ISC_R_UNSET)
1759 vresult = ISC_R_SUCCESS;
1760 if (vresult == ISC_R_SUCCESS && result != ISC_R_SUCCESS)
1761 vresult = result;
1769 if (vresult == ISC_R_SUCCESS && result != ISC_R_SUCCESS)
1770 vresult = result;
1800 if (vresult == ISC_R_UNSET)
1801 vresult = ISC_R_SUCCESS;
1802 if (result != ISC_R_SUCCESS && vresult == ISC_R_SUCCESS)
1803 vresult = result;
1826 if (vresult != ISC_R_SUCCESS)
1828 dns_result_totext(vresult));