Lines Matching refs:outSize
99 UInt64 outSize; member
287 UInt64 rem = me->outSize - me->outProcessed_Parse; in Lzma2DecMt_MtCallback_Parse()
718 const UInt64 rem = p->outSize - p->outProcessed; in Lzma2Dec_Decode_ST()
736 outFinished = (p->outSize_Defined && p->outSize <= p->outProcessed); in Lzma2Dec_Decode_ST()
767 if (p->outSize_Defined && p->outSize != p->outProcessed) in Lzma2Dec_Decode_ST()
828 p->outSize = 0; in Lzma2DecMt_Decode()
833 p->outSize = *outDataSize; in Lzma2DecMt_Decode()
991 p->outSize = 0; in Lzma2DecMt_Init()
996 p->outSize = *outDataSize; in Lzma2DecMt_Init()
1011 Byte *data, size_t *outSize, in Lzma2DecMt_Read() argument
1017 size_t size = *outSize; in Lzma2DecMt_Read()
1019 *outSize = 0; in Lzma2DecMt_Read()
1025 const UInt64 rem = p->outSize - p->outProcessed; in Lzma2DecMt_Read()
1060 *outSize += outCur; in Lzma2DecMt_Read()