Home
last modified time | relevance | path

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

/external/lzma/C/
DLzma2Dec.h30 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAllocPtr alloc);
DLzma2Dec.c78 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAllocPtr alloc) in Lzma2Dec_Allocate() function
DLzma2DecMt.c616 RINOK(Lzma2Dec_Allocate(&p->dec, p->prop, &p->alignOffsetAlloc.vt)); in Lzma2Dec_Prepare_ST()
DXzDec.c367 return Lzma2Dec_Allocate(&p->decoder, props[0], alloc); in Lzma2State_SetProps()