Home
last modified time | relevance | path

Searched refs:LzmaDec_FreeProbs (Results 1 – 5 of 5) sorted by relevance

/external/lzma/C/
DLzma2Dec.h28 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc);
DLzmaDec.h135 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
DLzmaDec.c880 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs() function
894 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Free()
929 LzmaDec_FreeProbs(p, alloc); in LzmaDec_AllocateProbs2()
960 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Allocate()
997 LzmaDec_FreeProbs(&p, alloc); in LzmaDecode()
DLzma2Dec.c354 LzmaDec_FreeProbs(&decoder.decoder, alloc); in Lzma2Decode()
D7zDec.c171 LzmaDec_FreeProbs(&state, allocMain); in SzDecodeLzma()