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);
978 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs() function992 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Free()1027 LzmaDec_FreeProbs(p, alloc); in LzmaDec_AllocateProbs2()1068 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Allocate()1098 LzmaDec_FreeProbs(&p, alloc); in LzmaDecode()
187 LzmaDec_FreeProbs(&state, allocMain); in SzDecodeLzma()