Lines Matching refs:SZ_OK
273 t->codeRes = SZ_OK; in Lzma2DecMt_MtCallback_Parse()
497 if (res != SZ_OK) in Lzma2DecMt_MtCallback_Code()
521 return SZ_OK; in Lzma2DecMt_MtCallback_Code()
554 return SZ_OK; in Lzma2DecMt_MtCallback_Write()
558 if (t->codeRes == SZ_OK) in Lzma2DecMt_MtCallback_Write()
587 return SZ_OK; in Lzma2DecMt_MtCallback_Write()
630 return SZ_OK; in Lzma2Dec_Prepare_ST()
702 if (inLim == 0 || p->readRes != SZ_OK) in Lzma2Dec_Decode_ST()
738 needStop = (res != SZ_OK in Lzma2Dec_Decode_ST()
749 res2 = (written == writeSize) ? SZ_OK : SZ_ERROR_WRITE; in Lzma2Dec_Decode_ST()
760 if (res != SZ_OK) in Lzma2Dec_Decode_ST()
770 return SZ_OK; in Lzma2Dec_Decode_ST()
774 return SZ_OK; in Lzma2Dec_Decode_ST()
919 if (res == SZ_OK) in Lzma2DecMt_Decode()
921 if (p->mtc.mtProgress.res != SZ_OK) in Lzma2DecMt_Decode()
929 if (res == SZ_OK) in Lzma2DecMt_Decode()
958 if (res == SZ_OK && p->readRes != SZ_OK) in Lzma2DecMt_Decode()
1034 readRes = SZ_OK; in Lzma2DecMt_Read()
1043 if (p->inPos == p->inLim && readRes == SZ_OK) in Lzma2DecMt_Read()