Home
last modified time | relevance | path

Searched refs:LzmaDec_Allocate (Results 1 – 6 of 6) sorted by relevance

/external/lzma/C/
DLzmaDec.h135 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
DLzma2Dec.c88 return LzmaDec_Allocate(&p->decoder, props, LZMA_PROPS_SIZE, alloc); in Lzma2Dec_Allocate()
DLzmaDec.c1045 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate() function
/external/lzma/C/Util/Lzma/
DLzmaUtil.c124 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
/external/lzma/CPP/7zip/Compress/
DLzmaDecoder.cpp62 RINOK(SResToHRESULT(LzmaDec_Allocate(&_state, prop, size, &g_Alloc))); in SetDecoderProperties2()
/external/lzma/DOC/
Dlzma.txt143 res = LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc);