Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaDec.h134 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
DLzma2Dec.c79 return LzmaDec_AllocateProbs(&p->decoder, props, LZMA_PROPS_SIZE, alloc); in Lzma2Dec_AllocateProbs()
346 RINOK(LzmaDec_AllocateProbs(&decoder.decoder, props, LZMA_PROPS_SIZE, alloc)); in Lzma2Decode()
DLzmaDec.c938 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs() function
982 res = LzmaDec_AllocateProbs(&p, propData, propSize, alloc); in LzmaDecode()
D7zDec.c134 RINOK(LzmaDec_AllocateProbs(&state, coder->Props.data, (unsigned)coder->Props.size, allocMain)); in SzDecodeLzma()