Searched refs:LzmaDec_Allocate (Results 1 – 6 of 6) sorted by relevance
/external/lzma/C/ |
D | LzmaDec.h | 142 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc);
|
D | Lzma2Dec.c | 82 return LzmaDec_Allocate(&p->decoder, props, LZMA_PROPS_SIZE, alloc); in Lzma2Dec_Allocate()
|
D | LzmaDec.c | 1130 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc) in LzmaDec_Allocate() function
|
/external/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 130 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
|
/external/lzma/CPP/7zip/Compress/ |
D | LzmaDecoder.cpp | 74 RINOK(SResToHRESULT(LzmaDec_Allocate(&_state, prop, size, &g_AlignedAlloc))) // &_alloc.vt in SetDecoderProperties2()
|
/external/lzma/DOC/ |
D | lzma.txt | 143 res = LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc);
|