Home | History | Annotate | Download | only in lib_src

Lines Matching refs:reportResult

469     EAS_RESULT result, reportResult;
480 reportResult = EAS_SUCCESS;
488 reportResult = result;
497 if (reportResult == EAS_SUCCESS)
498 reportResult = result;
505 if (reportResult == EAS_SUCCESS)
506 reportResult = result;
517 if (reportResult == EAS_SUCCESS)
518 reportResult = result;
533 if (reportResult == EAS_SUCCESS)
534 reportResult = result;
549 if (reportResult == EAS_SUCCESS)
550 reportResult = result;
554 return reportResult;