#include <boolean.h>
#include "LzmaDec.h"
Go to the source code of this file.
|
SRes | Lzma2Dec_AllocateProbs (CLzma2Dec *p, uint8_t prop, ISzAlloc *alloc) |
|
SRes | Lzma2Dec_Allocate (CLzma2Dec *p, uint8_t prop, ISzAlloc *alloc) |
|
void | Lzma2Dec_Init (CLzma2Dec *p) |
|
SRes | Lzma2Dec_DecodeToDic (CLzma2Dec *p, size_t dicLimit, const uint8_t *src, size_t *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) |
|
SRes | Lzma2Dec_DecodeToBuf (CLzma2Dec *p, uint8_t *dest, size_t *destLen, const uint8_t *src, size_t *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) |
|
SRes | Lzma2Decode (uint8_t *dest, size_t *destLen, const uint8_t *src, size_t *srcLen, uint8_t prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc) |
|
◆ Lzma2Dec_Construct
◆ Lzma2Dec_Free
#define Lzma2Dec_Free |
( |
|
p, |
|
|
|
alloc |
|
) |
| LzmaDec_Free(&(p)->decoder, alloc); |
◆ Lzma2Dec_FreeProbs
◆ Lzma2Dec_Allocate()
◆ Lzma2Dec_AllocateProbs()
◆ Lzma2Dec_DecodeToBuf()
◆ Lzma2Dec_DecodeToDic()
◆ Lzma2Dec_Init()
◆ Lzma2Decode()