Searched refs:LzmaDec_Free (Results 1 – 9 of 9) sorted by relevance
/external/lzma/C/ |
D | Lzma2Dec.h | 27 #define Lzma2Dec_Free(p, alloc) LzmaDec_Free(&(p)->decoder, alloc)
|
D | LzmaDec.h | 143 void LzmaDec_Free(CLzmaDec *p, ISzAllocPtr alloc);
|
D | LzmaDec.c | 1074 void LzmaDec_Free(CLzmaDec *p, ISzAllocPtr alloc) in LzmaDec_Free() function
|
/external/u-boot/lib/lzma/ |
D | LzmaDec.h | 134 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc);
|
D | LzmaDec.c | 918 void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_Free() function
|
D | lzma.txt | 440 LzmaDec_Free(&state, &g_Alloc);
|
/external/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 132 LzmaDec_Free(&state, &g_Alloc); in Decode()
|
/external/lzma/CPP/7zip/Compress/ |
D | LzmaDecoder.cpp | 50 LzmaDec_Free(&_state, &g_AlignedAlloc); // &_alloc.vt in ~CDecoder()
|
/external/lzma/DOC/ |
D | lzma.txt | 160 LzmaDec_Free(&state, &g_Alloc);
|