Home | History | Annotate | Download | only in app

Lines Matching refs:iRet

309   int32_t iRet = XFA_EVENTERROR_NotExist;
317 iRet = result;
319 iRet = result;
322 return iRet;
361 int32_t iRet = ExecuteScript(script, &EventParam);
362 if (iRet != XFA_EVENTERROR_Success)
363 return iRet;
373 int32_t iRet,
376 if (iRet == XFA_EVENTERROR_Success && pRetValue) {
472 int32_t iRet = XFA_EVENTERROR_Success;
474 iRet = XFA_EVENTERROR_Error;
483 return iRet;
576 int32_t iRet = XFA_EVENTERROR_NotExist;
582 iRet = ExecuteScript(script, &eParam,
599 iRet |= ProcessNullTestValidate(validate, iFlags, bVersionFlag);
602 ProcessScriptTestValidate(validate, iRet, pRetValue, bVersionFlag);
606 return iRet | iFormat;
646 int32_t iRet = XFA_EVENTERROR_Error;
648 iRet = XFA_EVENTERROR_Success;
655 iRet = XFA_EVENTERROR_Success;
657 iRet = XFA_EVENTERROR_Error;
660 if ((iRet == XFA_EVENTERROR_Success) &&
690 return iRet;