Searched refs:CLzma2Dec (Results 1 – 5 of 5) sorted by relevance
/external/lzma/C/ |
D | Lzma2Dec.h | 23 } 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,
|
D | Lzma2Dec.c | 71 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()
|
D | Lzma2DecMt.c | 57 CLzma2Dec dec; 109 CLzma2Dec dec; 645 CLzma2Dec *dec; in Lzma2Dec_Decode_ST()
|
D | 7zDec.c | 197 CLzma2Dec state; in SzDecodeLzma2()
|
D | XzDec.c | 343 CLzma2Dec decoder;
|