Go to the source code of this file.
|
SRes | Lzma2Dec_AllocateProbs (CLzma2Dec *p, Byte prop, ISzAllocPtr alloc) |
|
SRes | Lzma2Dec_Allocate (CLzma2Dec *p, Byte prop, ISzAllocPtr alloc) |
|
void | Lzma2Dec_Init (CLzma2Dec *p) |
|
SRes | Lzma2Dec_DecodeToDic (CLzma2Dec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) |
|
SRes | Lzma2Dec_DecodeToBuf (CLzma2Dec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) |
|
ELzma2ParseStatus | Lzma2Dec_Parse (CLzma2Dec *p, SizeT outSize, const Byte *src, SizeT *srcLen, int checkFinishBlock) |
|
SRes | Lzma2Decode (Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, Byte prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAllocPtr alloc) |
|
◆ Lzma2Dec_CONSTRUCT
#define Lzma2Dec_CONSTRUCT |
( |
| p | ) |
|
Value:
#define LzmaDec_CONSTRUCT(p)
Definition LzmaDec.h:76
◆ Lzma2Dec_Construct
#define Lzma2Dec_Construct |
( |
| p | ) |
|
Value:
#define Lzma2Dec_CONSTRUCT(p)
Definition Lzma2Dec.h:25
◆ Lzma2Dec_Free
#define Lzma2Dec_Free |
( |
| p, |
|
|
| alloc ) |
Value:
void LzmaDec_Free(CLzmaDec *p, ISzAllocPtr alloc)
Definition LzmaDec.c:1252
◆ Lzma2Dec_FreeProbs
#define Lzma2Dec_FreeProbs |
( |
| p, |
|
|
| alloc ) |
Value:
void LzmaDec_FreeProbs(CLzmaDec *p, ISzAllocPtr alloc)
Definition LzmaDec.c:1240
◆ Lzma2Dec_GetUnpackExtra
#define Lzma2Dec_GetUnpackExtra |
( |
| p | ) |
|
Value:((p)->isExtraMode ? (p)->unpackSize : 0)
◆ ELzma2ParseStatus
Enumerator |
---|
LZMA2_PARSE_STATUS_NEW_BLOCK | |
LZMA2_PARSE_STATUS_NEW_CHUNK | |
◆ Lzma2Dec_Allocate()
◆ Lzma2Dec_AllocateProbs()
◆ Lzma2Dec_DecodeToBuf()
◆ Lzma2Dec_DecodeToDic()
◆ Lzma2Dec_Init()
◆ Lzma2Dec_Parse()
◆ Lzma2Decode()