Searched refs:propNew (Results 1 – 1 of 1) sorted by relevance
/third_party/lzma/C/ |
D | LzmaDec.c | 1284 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAllocPtr alloc) in LzmaDec_AllocateProbs2() argument 1286 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() 1301 CLzmaProps propNew; in LzmaDec_AllocateProbs() local 1302 RINOK(LzmaProps_Decode(&propNew, props, propsSize)) in LzmaDec_AllocateProbs() 1303 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)) in LzmaDec_AllocateProbs() 1304 p->prop = propNew; in LzmaDec_AllocateProbs() 1310 CLzmaProps propNew; in LzmaDec_Allocate() local 1312 RINOK(LzmaProps_Decode(&propNew, props, propsSize)) in LzmaDec_Allocate() 1313 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)) in LzmaDec_Allocate() 1316 UInt32 dictSize = propNew.dicSize; in LzmaDec_Allocate() [all …]
|