Home
last modified time | relevance | path

Searched refs:Lzma2Dec_Allocate (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
DLzma2Dec.h32 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
DLzma2Dec.c82 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc) in Lzma2Dec_Allocate() function
DXzDec.c285 return Lzma2Dec_Allocate((CLzma2Dec *)pp, props[0], alloc); in Lzma2State_SetProps()
/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp47 RINOK(SResToHRESULT(Lzma2Dec_Allocate(&_state, prop[0], &g_Alloc))); in SetDecoderProperties2()