Searched refs:LzmaDec_AllocateProbs (Results 1 – 4 of 4) sorted by relevance
/external/lzma/C/ |
D | LzmaDec.h | 134 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
|
D | Lzma2Dec.c | 79 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()
|
D | LzmaDec.c | 938 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()
|
D | 7zDec.c | 134 RINOK(LzmaDec_AllocateProbs(&state, coder->Props.data, (unsigned)coder->Props.size, allocMain)); in SzDecodeLzma()
|