Searched refs:LzmaDec_FreeProbs (Results 1 – 4 of 4) sorted by relevance
26 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc)
140 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAllocPtr alloc);
1062 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAllocPtr alloc) in LzmaDec_FreeProbs() function1076 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Free()1111 LzmaDec_FreeProbs(p, alloc); in LzmaDec_AllocateProbs2()1153 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Allocate()1183 LzmaDec_FreeProbs(&p, alloc); in LzmaDecode()
187 LzmaDec_FreeProbs(&state, allocMain); in SzDecodeLzma()