Go to the source code of this file.
|
SRes | LzmaProps_Decode (CLzmaProps *p, const Byte *data, unsigned size) |
|
void | LzmaDec_Init (CLzmaDec *p) |
|
SRes | LzmaDec_AllocateProbs (CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc) |
|
void | LzmaDec_FreeProbs (CLzmaDec *p, ISzAllocPtr alloc) |
|
SRes | LzmaDec_Allocate (CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc) |
|
void | LzmaDec_Free (CLzmaDec *p, ISzAllocPtr alloc) |
|
SRes | LzmaDec_DecodeToDic (CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) |
|
SRes | LzmaDec_DecodeToBuf (CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) |
|
SRes | LzmaDecode (Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAllocPtr alloc) |
|
◆ LZMA_PROPS_SIZE
#define LZMA_PROPS_SIZE 5 |
◆ LZMA_REQUIRED_INPUT_MAX
#define LZMA_REQUIRED_INPUT_MAX 20 |
◆ LzmaDec_CONSTRUCT
#define LzmaDec_CONSTRUCT |
( |
| p | ) |
|
Value:
#define NULL
Definition getopt1.c:37
◆ LzmaDec_Construct
#define LzmaDec_Construct |
( |
| p | ) |
|
Value:
#define LzmaDec_CONSTRUCT(p)
Definition LzmaDec.h:76
◆ ELzmaFinishMode
Enumerator |
---|
LZMA_FINISH_ANY | |
LZMA_FINISH_END | |
◆ ELzmaStatus
Enumerator |
---|
LZMA_STATUS_NOT_SPECIFIED | |
LZMA_STATUS_FINISHED_WITH_MARK | |
LZMA_STATUS_NOT_FINISHED | |
LZMA_STATUS_NEEDS_MORE_INPUT | |
LZMA_STATUS_MAYBE_FINISHED_WITHOUT_MARK | |
◆ LzmaDec_Allocate()
◆ LzmaDec_AllocateProbs()
◆ LzmaDec_DecodeToBuf()
◆ LzmaDec_DecodeToDic()
◆ LzmaDec_Free()
◆ LzmaDec_FreeProbs()
◆ LzmaDec_Init()
◆ LzmaDecode()
◆ LzmaProps_Decode()
◆ CLzmaProb