4#ifndef ZIP7_INC_LZMA2_DEC_MT_H
5#define ZIP7_INC_LZMA2_DEC_MT_H
76 UInt64 *inStreamProcessed);
#define EXTERN_C_BEGIN
Definition 7zTypes.h:20
unsigned long long int UInt64
Definition 7zTypes.h:234
int SRes
Definition 7zTypes.h:45
#define EXTERN_C_END
Definition 7zTypes.h:21
CLzma2DecMtHandle Lzma2DecMt_Create(ISzAllocPtr alloc, ISzAllocPtr allocMid)
Definition Lzma2DecMt.c:124
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)
Definition Lzma2DecMt.c:802
SRes Lzma2DecMt_Init(CLzma2DecMtHandle pp, Byte prop, const CLzma2DecMtProps *props, const UInt64 *outDataSize, int finishMode, ISeqInStreamPtr inStream)
Definition Lzma2DecMt.c:984
CLzma2DecMt * CLzma2DecMtHandle
Definition Lzma2DecMt.h:42
void Lzma2DecMt_Destroy(CLzma2DecMtHandle p)
Definition Lzma2DecMt.c:200
void Lzma2DecMtProps_Init(CLzma2DecMtProps *p)
Definition Lzma2DecMt.c:36
SRes Lzma2DecMt_Read(CLzma2DecMtHandle pp, Byte *data, size_t *outSize, UInt64 *inStreamProcessed)
Definition Lzma2DecMt.c:1019
Definition Lzma2DecMt.c:85
UInt64 outSize
Definition Lzma2DecMt.c:99
UInt64 inProcessed
Definition Lzma2DecMt.c:102
BoolInt finishMode
Definition Lzma2DecMt.c:97
ICompressProgressPtr progress
Definition Lzma2DecMt.c:95
Byte prop
Definition Lzma2DecMt.c:91
ISeqOutStreamPtr outStream
Definition Lzma2DecMt.c:94
ISzAllocPtr allocMid
Definition Lzma2DecMt.c:87
ISeqInStreamPtr inStream
Definition Lzma2DecMt.c:93
Definition Lzma2DecMt.h:12
size_t inBlockMax
Definition Lzma2DecMt.h:20
size_t outStep_ST
Definition Lzma2DecMt.h:14
unsigned numThreads
Definition Lzma2DecMt.h:17
size_t outBlockMax
Definition Lzma2DecMt.h:19
size_t inBufSize_MT
Definition Lzma2DecMt.h:18
size_t inBufSize_ST
Definition Lzma2DecMt.h:13
Definition poolTests.c:28
unsigned char Byte
Definition zconf.h:391
const lzma_allocator const uint8_t * props
Definition filter.h:362