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, ISzAlloc *alloc); 30 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc); 31 void Lzma2Dec_Init(CLzma2Dec *p); 49 SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit, 52 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen,
|
D | Lzma2Dec.c | 77 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *alloc) in Lzma2Dec_AllocateProbs() 84 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc) in Lzma2Dec_Allocate() 91 void Lzma2Dec_Init(CLzma2Dec *p) in Lzma2Dec_Init() 100 static ELzma2State Lzma2Dec_UpdateState(CLzma2Dec *p, Byte b) in Lzma2Dec_UpdateState() 172 SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit, in Lzma2Dec_DecodeToDic() 319 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,… in Lzma2Dec_DecodeToBuf() 361 CLzma2Dec p; in Lzma2Decode()
|
D | XzDec.c | 289 Lzma2Dec_Free((CLzma2Dec *)pp, alloc); in Lzma2State_Free() 297 return Lzma2Dec_Allocate((CLzma2Dec *)pp, props[0], alloc); in Lzma2State_SetProps() 302 Lzma2Dec_Init((CLzma2Dec *)pp); in Lzma2State_Init() 310 …SRes res = Lzma2Dec_DecodeToBuf((CLzma2Dec *)pp, dest, destLen, src, srcLen, (ELzmaFinishMode)fini… in Lzma2State_Code() 318 CLzma2Dec *decoder = (CLzma2Dec *)alloc->Alloc(alloc, sizeof(CLzma2Dec)); in Lzma2State_SetFromMethod()
|
D | 7zDec.c | 197 CLzma2Dec state; in SzDecodeLzma2()
|
/external/lzma/CPP/7zip/Compress/ |
D | Lzma2Decoder.h | 44 CLzma2Dec _state;
|