Searched refs:LzmaDec_FreeProbs (Results 1 – 5 of 5) sorted by relevance
/external/lzma/C/ |
D | Lzma2Dec.h | 28 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc);
|
D | LzmaDec.h | 135 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
|
D | LzmaDec.c | 880 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()
|
D | Lzma2Dec.c | 354 LzmaDec_FreeProbs(&decoder.decoder, alloc); in Lzma2Decode()
|
D | 7zDec.c | 171 LzmaDec_FreeProbs(&state, allocMain); in SzDecodeLzma()
|