Searched refs:LzmaDec_AllocateProbs (Results 1 – 2 of 2) sorted by relevance
130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
961 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs() function1005 res = LzmaDec_AllocateProbs(&p, propData, propSize, alloc); in LzmaDecode()