Go to the documentation of this file.
18 #define CLzmaProb UInt32
20 #define CLzmaProb UInt16
25 #define LZMA_PROPS_SIZE 5
45 #define LZMA_REQUIRED_INPUT_MAX 20
67 #define LzmaDec_Construct(p) \
226 const Byte *propData,
struct _CLzmaProps CLzmaProps
void LzmaDec_Init(CLzmaDec *p)
SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
#define LZMA_REQUIRED_INPUT_MAX
void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc)
SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc)
SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc)
void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc)
SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size)
SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
char data[epos_bytes_allocation]
SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)