Searched refs:inCur (Results 1 – 2 of 2) sorted by relevance
215 SizeT inCur = inSize - *srcLen; in Lzma2Dec_DecodeToDic() local227 if (inCur == 0) in Lzma2Dec_DecodeToDic()239 if (inCur > outCur) in Lzma2Dec_DecodeToDic()240 inCur = outCur; in Lzma2Dec_DecodeToDic()241 if (inCur == 0) in Lzma2Dec_DecodeToDic()244 LzmaDec_UpdateWithUncompressed(&p->decoder, src, inCur); in Lzma2Dec_DecodeToDic()246 src += inCur; in Lzma2Dec_DecodeToDic()247 *srcLen += inCur; in Lzma2Dec_DecodeToDic()248 p->unpackSize -= (UInt32)inCur; in Lzma2Dec_DecodeToDic()263 if (inCur > p->packSize) in Lzma2Dec_DecodeToDic()[all …]
1038 SizeT inCur; in Lzma2DecMt_Read() local1050 inCur = p->inLim - p->inPos; in Lzma2DecMt_Read()1054 p->inBuf + p->inPos, &inCur, finishMode, &status); in Lzma2DecMt_Read()1056 p->inPos += inCur; in Lzma2DecMt_Read()1057 p->inProcessed += inCur; in Lzma2DecMt_Read()1058 *inStreamProcessed += inCur; in Lzma2DecMt_Read()1079 if (inCur == 0 && outCur == 0) in Lzma2DecMt_Read()