Go to the source code of this file.
|
void | Lzma2DecMtProps_Init (CLzma2DecMtProps *p) |
|
CLzma2DecMtHandle | Lzma2DecMt_Create (ISzAllocPtr alloc, ISzAllocPtr allocMid) |
|
void | Lzma2DecMt_Destroy (CLzma2DecMtHandle p) |
|
SRes | Lzma2DecMt_Decode (CLzma2DecMtHandle p, Byte prop, const CLzma2DecMtProps *props, ISeqOutStreamPtr outStream, const UInt64 *outDataSize, int finishMode, ISeqInStreamPtr inStream, UInt64 *inProcessed, int *isMT, ICompressProgressPtr progress) |
|
SRes | Lzma2DecMt_Init (CLzma2DecMtHandle pp, Byte prop, const CLzma2DecMtProps *props, const UInt64 *outDataSize, int finishMode, ISeqInStreamPtr inStream) |
|
SRes | Lzma2DecMt_Read (CLzma2DecMtHandle pp, Byte *data, size_t *outSize, UInt64 *inStreamProcessed) |
|
◆ CLzma2DecMt
typedef struct CLzma2DecMt CLzma2DecMt |
◆ CLzma2DecMtHandle
◆ Lzma2DecMt_Create()
◆ Lzma2DecMt_Decode()
◆ Lzma2DecMt_Destroy()
◆ Lzma2DecMt_Init()
◆ Lzma2DecMt_Read()
◆ Lzma2DecMtProps_Init()