Home
last modified time | relevance | path

Searched refs:CLzma2Dec (Results 1 – 5 of 5) sorted by relevance

/third_party/lzma/C/
DLzma2Dec.h23 } CLzma2Dec; typedef
29 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAllocPtr alloc);
30 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAllocPtr alloc);
31 void Lzma2Dec_Init(CLzma2Dec *p);
48 SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit,
51 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen,
78 ELzma2ParseStatus Lzma2Dec_Parse(CLzma2Dec *p,
DLzma2Dec.c71 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAllocPtr alloc) in Lzma2Dec_AllocateProbs()
78 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAllocPtr alloc) in Lzma2Dec_Allocate()
85 void Lzma2Dec_Init(CLzma2Dec *p) in Lzma2Dec_Init()
97 static unsigned Lzma2Dec_UpdateState(CLzma2Dec *p, Byte b) in Lzma2Dec_UpdateState()
176 SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit, in Lzma2Dec_DecodeToDic()
307 ELzma2ParseStatus Lzma2Dec_Parse(CLzma2Dec *p, in Lzma2Dec_Parse()
428 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,… in Lzma2Dec_DecodeToBuf()
472 CLzma2Dec p; in Lzma2Decode()
DLzma2DecMt.c57 CLzma2Dec dec;
109 CLzma2Dec dec;
647 CLzma2Dec *dec; in Lzma2Dec_Decode_ST()
D7zDec.c204 CLzma2Dec state; in SzDecodeLzma2()
DXzDec.c344 CLzma2Dec decoder;