Home
last modified time | relevance | path

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

/external/lzma/C/
DLzma2Dec.h26 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc)
DLzmaDec.h140 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAllocPtr alloc);
DLzmaDec.c1062 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAllocPtr alloc) in LzmaDec_FreeProbs() function
1076 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()
D7zDec.c187 LzmaDec_FreeProbs(&state, allocMain); in SzDecodeLzma()
/external/u-boot/lib/lzma/
DLzmaDec.c906 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs() function
920 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Free()
955 LzmaDec_FreeProbs(p, alloc); in LzmaDec_AllocateProbs2()
986 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Allocate()
1023 LzmaDec_FreeProbs(&p, alloc); in LzmaDecode()
DLzmaDec.h131 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);