Lines Matching refs:ISzAlloc
69 void BraState_Free(void *pp, ISzAlloc *alloc) in BraState_Free()
74 SRes BraState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in BraState_SetProps()
200 SRes BraState_SetFromMethod(IStateCoder *p, UInt64 id, int encodeMode, ISzAlloc *alloc) in BraState_SetFromMethod()
229 static void SbState_Free(void *pp, ISzAlloc *alloc) in SbState_Free()
236 static SRes SbState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in SbState_SetProps()
267 SRes SbState_SetFromMethod(IStateCoder *p, ISzAlloc *alloc) in SbState_SetFromMethod()
287 static void Lzma2State_Free(void *pp, ISzAlloc *alloc) in Lzma2State_Free()
293 static SRes Lzma2State_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in Lzma2State_SetProps()
316 static SRes Lzma2State_SetFromMethod(IStateCoder *p, ISzAlloc *alloc) in Lzma2State_SetFromMethod()
331 void MixCoder_Construct(CMixCoder *p, ISzAlloc *alloc) in MixCoder_Construct()
615 void XzUnpacker_Construct(CXzUnpacker *p, ISzAlloc *alloc) in XzUnpacker_Construct()