Lines Matching refs:propNew
924 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2() argument
926 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2()
940 CLzmaProps propNew; in LzmaDec_AllocateProbs() local
941 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs()
942 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_AllocateProbs()
943 p->prop = propNew; in LzmaDec_AllocateProbs()
949 CLzmaProps propNew; in LzmaDec_Allocate() local
951 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate()
952 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_Allocate()
953 dicBufSize = propNew.dicSize; in LzmaDec_Allocate()
965 p->prop = propNew; in LzmaDec_Allocate()