Searched refs:CLzma2Dec (Results 1 – 2 of 2) sorted by relevance
25 } CLzma2Dec; typedef31 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,
178 CLzma2Dec state; in SzDecodeLzma2()