Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.h130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
H A DLzmaDec.c961 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs() function
1005 res = LzmaDec_AllocateProbs(&p, propData, propSize, alloc); in LzmaDecode()