LzmaDec_AllocateProbs 134 third_party/lzma_sdk/7zDec.c RINOK(LzmaDec_AllocateProbs(&state, coder->Props.data, (unsigned)coder->Props.size, allocMain)); LzmaDec_AllocateProbs 79 third_party/lzma_sdk/Lzma2Dec.c return LzmaDec_AllocateProbs(&p->decoder, props, LZMA_PROPS_SIZE, alloc); LzmaDec_AllocateProbs 346 third_party/lzma_sdk/Lzma2Dec.c RINOK(LzmaDec_AllocateProbs(&decoder.decoder, props, LZMA_PROPS_SIZE, alloc)); LzmaDec_AllocateProbs 982 third_party/lzma_sdk/LzmaDec.c res = LzmaDec_AllocateProbs(&p, propData, propSize, alloc); LzmaDec_AllocateProbs 134 third_party/lzma_sdk/LzmaDec.h SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);