Home
last modified time | relevance | path

Searched refs:CLzmaDec (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/include/
DLzmaDec.h69 } CLzmaDec; typedef
73 void LzmaDec_Init(CLzmaDec *p);
134 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
135 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
137 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
138 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc);
181 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
198 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
DLzma2Dec.h17 CLzmaDec decoder;
/CafeSDK-2.12.13-1/system/src/lib/szfile/
D7zDec.c130 CLzmaDec state; in SzDecodeLzma()