Searched refs:Lzma2Dec_Allocate (Results 1 – 4 of 4) sorted by relevance
32 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
82 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc) in Lzma2Dec_Allocate() function
285 return Lzma2Dec_Allocate((CLzma2Dec *)pp, props[0], alloc); in Lzma2State_SetProps()
47 RINOK(SResToHRESULT(Lzma2Dec_Allocate(&_state, prop[0], &g_Alloc))); in SetDecoderProperties2()