Searched refs:propNew (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/lzma/ |
H A D | LzmaDec.c | 947 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2() argument 949 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() 963 CLzmaProps propNew; in LzmaDec_AllocateProbs() local 964 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs() 965 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_AllocateProbs() 966 p->prop = propNew; in LzmaDec_AllocateProbs() 972 CLzmaProps propNew; in LzmaDec_Allocate() local 974 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate() 975 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_Allocate() 976 dicBufSize = propNew.dicSize; in LzmaDec_Allocate() [all …]
|