Home
last modified time | relevance | path

Searched refs:CLzmaDec (Results 1 – 11 of 11) sorted by relevance

/third_party/lzma/C/
DLzmaDec.h74 } CLzmaDec; typedef
78 void LzmaDec_Init(CLzmaDec *p);
139 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc);
140 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAllocPtr alloc);
142 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc);
143 void LzmaDec_Free(CLzmaDec *p, ISzAllocPtr alloc);
187 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
204 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
DLzmaDec.c229 int MY_FAST_CALL LZMA_DECODE_REAL(CLzmaDec *p, SizeT limit, const Byte *bufLimit);
234 int MY_FAST_CALL LZMA_DECODE_REAL(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LZMA_DECODE_REAL()
616 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit) in LzmaDec_WriteRem()
686 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2()
715 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, const Byte **bufOut) in LzmaDec_TryDummy()
906 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState);
907 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState) in LzmaDec_InitDicAndState()
922 void LzmaDec_Init(CLzmaDec *p) in LzmaDec_Init()
952 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, in LzmaDec_DecodeToDic()
1200 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, E… in LzmaDec_DecodeToBuf()
[all …]
DLzma2Dec.h22 CLzmaDec decoder;
DLzma2Dec.c164 static void LzmaDec_UpdateWithUncompressed(CLzmaDec *p, const Byte *src, SizeT size) in LzmaDec_UpdateWithUncompressed()
173 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState);
D7zDec.c144 CLzmaDec state; in SzDecodeLzma()
/third_party/lzma/C/Util/Lzma/
DLzmaUtil.c73 static SRes Decode2(CLzmaDec *state, ISeqOutStream *outStream, ISeqInStream *inStream, in Decode2()
133 CLzmaDec state; in Decode()
/third_party/lzma/CPP/7zip/Compress/
DLzmaDecoder.h50 CLzmaDec _state;
/third_party/lzma/DOC/
Dlzma.txt139 2) Allocate CLzmaDec structures (state + dictionary) using LZMA properties
141 CLzmaDec state;
153 int res = LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
/third_party/lzma/
DREADME_zh.md283 **2)** 使用"LZMA properties"分配创建 CLzmaDec(state + dictionary)
286 CLzmaDec state;
300 int res = LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
DREADME.md321 **2)** Allocate CLzmaDec structures (state + dictionary) using LZMA properties
324 CLzmaDec state;
338 int res = LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
/third_party/lzma/Asm/x86/
DLzmaDecOpt.asm8 ; CLzmaDec structure, (probs) array layout, input and output of