Searched refs:CLzma2Dec (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DLzma2Dec.h25 } CLzma2Dec; typedef in typeref:struct:__anon11752
31 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
32 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
33 void Lzma2Dec_Init(CLzma2Dec *p);
51 SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit,
54 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen,
H A DLzma2Dec.c75 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *alloc)
82 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc)
89 void Lzma2Dec_Init(CLzma2Dec *p)
98 static ELzma2State Lzma2Dec_UpdateState(CLzma2Dec *p, Byte b)
170 SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit,
291 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
333 CLzma2Dec decoder;
H A D7zDec.c178 CLzma2Dec state;
/external/lzma/C/
H A DLzma2Dec.h25 } CLzma2Dec; typedef in typeref:struct:__anon21953
31 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
32 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
33 void Lzma2Dec_Init(CLzma2Dec *p);
51 SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit,
54 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen,
H A DLzma2Dec.c75 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *alloc)
82 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc)
89 void Lzma2Dec_Init(CLzma2Dec *p)
98 static ELzma2State Lzma2Dec_UpdateState(CLzma2Dec *p, Byte b)
170 SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit,
291 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
333 CLzma2Dec decoder;
H A DXzDec.c277 Lzma2Dec_Free((CLzma2Dec *)pp, alloc);
285 return Lzma2Dec_Allocate((CLzma2Dec *)pp, props[0], alloc);
290 Lzma2Dec_Init((CLzma2Dec *)pp);
298 SRes res = Lzma2Dec_DecodeToBuf((CLzma2Dec *)pp, dest, destLen, src, srcLen, finishMode, &status);
306 CLzma2Dec *decoder = alloc->Alloc(alloc, sizeof(CLzma2Dec));
H A D7zDec.c178 CLzma2Dec state;
/external/lzma/CPP/7zip/Compress/
H A DLzma2Decoder.h30 CLzma2Dec _state;

Completed in 172 milliseconds