Lines Matching refs:readRes
104 SRes readRes; member
699 p->readRes = ISeqInStream_Read(p->inStream, (void *)inData, &inLim); in Lzma2Dec_Decode_ST()
702 if (inLim == 0 || p->readRes != SZ_OK) in Lzma2Dec_Decode_ST()
930 return p->mtc.readRes; in Lzma2DecMt_Decode()
935 p->readRes = p->mtc.readRes; in Lzma2DecMt_Decode()
958 if (res == SZ_OK && p->readRes != SZ_OK) in Lzma2DecMt_Decode()
959 res = p->readRes; in Lzma2DecMt_Decode()
1016 SRes readRes; in Lzma2DecMt_Read() local
1034 readRes = SZ_OK; in Lzma2DecMt_Read()
1043 if (p->inPos == p->inLim && readRes == SZ_OK) in Lzma2DecMt_Read()
1047 readRes = ISeqInStream_Read(p->inStream, p->inBuf, &p->inLim); in Lzma2DecMt_Read()
1080 return readRes; in Lzma2DecMt_Read()