Home
last modified time | relevance | path

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

/external/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()
96 static ELzma2State Lzma2Dec_UpdateState(CLzma2Dec *p, Byte b) in Lzma2Dec_UpdateState()
175 SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit, in Lzma2Dec_DecodeToDic()
306 ELzma2ParseStatus Lzma2Dec_Parse(CLzma2Dec *p, in Lzma2Dec_Parse()
427 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,… in Lzma2Dec_DecodeToBuf()
471 CLzma2Dec p; in Lzma2Decode()
DLzma2DecMt.c57 CLzma2Dec dec;
109 CLzma2Dec dec;
645 CLzma2Dec *dec; in Lzma2Dec_Decode_ST()
D7zDec.c197 CLzma2Dec state; in SzDecodeLzma2()
DXzDec.c343 CLzma2Dec decoder;