Lines Matching refs:SZ_OK
29 p->res = SZ_OK; in MtProgress_Init()
37 if (p->res == SZ_OK && p->progress) in MtProgress_Progress_ST()
38 if (ICompressProgress_Progress(p->progress, p->totalInSize, p->totalOutSize) != SZ_OK) in MtProgress_Progress_ST()
51 if (p->res == SZ_OK && p->progress) in MtProgress_ProgressAdd()
52 if (ICompressProgress_Progress(p->progress, p->totalInSize, p->totalOutSize) != SZ_OK) in MtProgress_ProgressAdd()
74 if (p->res == SZ_OK) in MtProgress_SetError()
113 return SZ_OK; in MtDecThread_CreateEvents()
126 return SZ_OK; in MtDecThread_CreateAndStart()
129 return SZ_OK; in MtDecThread_CreateAndStart()
194 return SZ_OK; in FullRead()
196 return SZ_OK; in FullRead()
217 if (p->mtProgress.res == SZ_OK && p->mtProgress.progress) in MtDec_Progress_GetError_Spec()
218 …s_Progress(p->mtProgress.progress, p->mtProgress.totalInSize, p->mtProgress.totalOutSize) != SZ_OK) in MtDec_Progress_GetError_Spec()
322 if (res == SZ_OK && !wasInterrupted) in ThreadFunc2()
390 if (res != SZ_OK) in ThreadFunc2()
398 res = SZ_OK; in ThreadFunc2()
405 if (res != SZ_OK || wasInterrupted) in ThreadFunc2()
554 if (res == SZ_OK) in ThreadFunc2()
558 codeRes = SZ_OK; in ThreadFunc2()
560 if (res == SZ_OK && needCode && !wasInterrupted) in ThreadFunc2()
563 if (codeRes != SZ_OK) in ThreadFunc2()
573 if (res != SZ_OK || wasInterrupted) in ThreadFunc2()
577 threadingErrorSRes = SZ_OK; in ThreadFunc2()
584 if (res2 == SZ_OK) in ThreadFunc2()
630 if (res == SZ_OK && needCode && codeRes == SZ_OK) in ThreadFunc2()
658 if (codeRes != SZ_OK) in ThreadFunc2()
676 if (res != SZ_OK || wasInterrupted) in ThreadFunc2()
704 if (codeRes != SZ_OK) // || !needCode // check it !!! in ThreadFunc2()
755 res == SZ_OK && needWriteToStream && !wasInterrupted, // needWrite in ThreadFunc2()
765 if (res != SZ_OK) in ThreadFunc2()
771 if (res != SZ_OK in ThreadFunc2()
781 || res != SZ_OK in ThreadFunc2()
783 || codeRes != SZ_OK in ThreadFunc2()
815 return SZ_OK; in ThreadFunc2()
1042 p->threadingErrorSRes = SZ_OK; in MtDec_Code()
1051 p->readRes = SZ_OK; in MtDec_Code()
1052 p->codeRes = SZ_OK; in MtDec_Code()
1120 || p->threadingErrorSRes != SZ_OK in MtDec_Code()
1129 return SZ_OK; in MtDec_Code()