Searched refs:LzmaDec_FreeProbs (Results 1 – 4 of 4) sorted by relevance
26 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc);
133 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
913 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs() function927 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Free()962 LzmaDec_FreeProbs(p, alloc); in LzmaDec_AllocateProbs2()993 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Allocate()1023 LzmaDec_FreeProbs(&p, alloc); in LzmaDecode()
173 LzmaDec_FreeProbs(&state, allocMain); in SzDecodeLzma()