![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "Precomp.h"#include "Alloc.h"#include "Lzma2Dec.h"#include "Lzma2DecMt.h"#include "MtDec.h"Data Structures | |
| struct | CLzma2DecMtThread |
| struct | CLzma2DecMt |
Macros | |
| #define | LZMA2DECMT_OUT_BLOCK_MAX_DEFAULT (1 << 28) |
| #define | PRF(x) |
| #define | PRF_STR(s) |
| #define | PRF_STR_INT_2(s, d1, d2) |
| #define | LZMA2DECMT_STREAM_WRITE_STEP (1 << 24) |
Functions | |
| 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 p, Byte prop, const CLzma2DecMtProps *props, const UInt64 *outDataSize, int finishMode, ISeqInStreamPtr inStream) |
| SRes | Lzma2DecMt_Read (CLzma2DecMtHandle p, Byte *data, size_t *outSize, UInt64 *inStreamProcessed) |
| #define LZMA2DECMT_OUT_BLOCK_MAX_DEFAULT (1 << 28) |
| #define LZMA2DECMT_STREAM_WRITE_STEP (1 << 24) |
| #define PRF | ( | x | ) |
| #define PRF_STR_INT_2 | ( | s, | |
| d1, | |||
| d2 ) |
| CLzma2DecMtHandle Lzma2DecMt_Create | ( | ISzAllocPtr | alloc, |
| ISzAllocPtr | allocMid ) |
| 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 ) |
| void Lzma2DecMt_Destroy | ( | CLzma2DecMtHandle | p | ) |
| SRes Lzma2DecMt_Init | ( | CLzma2DecMtHandle | p, |
| Byte | prop, | ||
| const CLzma2DecMtProps * | props, | ||
| const UInt64 * | outDataSize, | ||
| int | finishMode, | ||
| ISeqInStreamPtr | inStream ) |
| SRes Lzma2DecMt_Read | ( | CLzma2DecMtHandle | p, |
| Byte * | data, | ||
| size_t * | outSize, | ||
| UInt64 * | inStreamProcessed ) |
| void Lzma2DecMtProps_Init | ( | CLzma2DecMtProps * | p | ) |