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

/external/lzma/C/
H A DLzma2Dec.h23 } CLzma2Dec; typedef in typeref:struct:__anon14136
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,

Completed in 100 milliseconds