28 #define Lzma2Dec_Construct(p) LzmaDec_Construct(&(p)->decoder) 29 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc); 30 #define Lzma2Dec_Free(p, alloc) LzmaDec_Free(&(p)->decoder, alloc); Definition: Lzma2Dec.h:16
Definition: 7zTypes.h:162
ELzmaStatus
Definition: LzmaDec.h:89
uint32_t unpackSize
Definition: Lzma2Dec.h:20
SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, uint8_t prop, ISzAlloc *alloc)
Definition: Lzma2Dec.c:66
uint8_t control
Definition: Lzma2Dec.h:22
bool needInitProp
Definition: Lzma2Dec.h:25
ELzmaFinishMode
Definition: LzmaDec.h:68
void Lzma2Dec_Init(CLzma2Dec *p)
Definition: Lzma2Dec.c:80
uint32_t packSize
Definition: Lzma2Dec.h:19
int SRes
Definition: 7zTypes.h:44
SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, size_t dicLimit, const uint8_t *src, size_t *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
Definition: Lzma2Dec.c:161
GLenum src
Definition: glext.h:6980
GLfloat GLfloat p
Definition: glext.h:9809
CLzmaDec decoder
Definition: Lzma2Dec.h:18
bool needInitState
Definition: Lzma2Dec.h:24
SRes Lzma2Decode(uint8_t *dest, size_t *destLen, const uint8_t *src, size_t *srcLen, uint8_t prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc)
Definition: Lzma2Dec.c:321
SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, uint8_t *dest, size_t *destLen, const uint8_t *src, size_t *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
Definition: Lzma2Dec.c:282
bool needInitDic
Definition: Lzma2Dec.h:23
unsigned char uint8_t
Definition: stdint.h:124
unsigned int uint32_t
Definition: stdint.h:126
SRes Lzma2Dec_Allocate(CLzma2Dec *p, uint8_t prop, ISzAlloc *alloc)
Definition: Lzma2Dec.c:73
int state
Definition: Lzma2Dec.h:21