Searched refs:ISzAlloc (Results 1 - 25 of 31) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/
H A DLzmaEnc.h48 CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc);
49 void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig);
53 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
55 int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
70 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
H A DLzmaDec.h130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
131 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
134 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc);
221 ELzmaStatus *status, ISzAlloc *alloc);
H A DLzFind.h67 ISzAlloc *alloc);
68 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
H A DLzmaEnc.c488 static int RangeEnc_Alloc(CRangeEnc *p, ISzAlloc *alloc)
500 static void RangeEnc_Free(CRangeEnc *p, ISzAlloc *alloc)
1723 CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc)
1732 void LzmaEnc_FreeLits(CLzmaEnc *p, ISzAlloc *alloc)
1740 void LzmaEnc_Destruct(CLzmaEnc *p, ISzAlloc *alloc, ISzAlloc *allocBig)
1750 void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig)
1921 static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBi
[all...]
H A DLzmaDec.c889 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc)
895 static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc)
901 void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc)
933 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc)
947 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
956 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
980 ELzmaStatus *status, ISzAlloc *alloc)
H A DTypes.h207 } ISzAlloc; typedef in typeref:struct:__anon49311
H A DLzFind.c17 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc)
28 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc)
140 static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc)
146 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc)
152 static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc)
162 ISzAlloc *alloc)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/
H A DIStream.h17 } ISzAlloc; typedef in typeref:struct:_ISzAlloc
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/
H A DIStream.h17 } ISzAlloc; typedef in typeref:struct:_ISzAlloc
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/
H A DIStream.h17 } ISzAlloc; typedef in typeref:struct:_ISzAlloc
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/Compress/Lz/
H A DMatchFinderMt.h89 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc);
91 UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc);
H A DMatchFinder.h66 ISzAlloc *alloc);
67 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
H A DMatchFinder.c19 void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc)
30 int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc)
131 void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc)
137 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc)
143 CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc)
153 ISzAlloc *alloc)
H A DMatchFinderMt.c453 void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAlloc *alloc)
459 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc)
480 UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/Compress/Lz/
H A DMatchFinderMt.h89 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc);
91 UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc);
H A DMatchFinder.h66 ISzAlloc *alloc);
67 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
H A DMatchFinder.c19 void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc)
30 int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc)
131 void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc)
137 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc)
143 CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc)
153 ISzAlloc *alloc)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/Compress/Lz/
H A DMatchFinderMt.h89 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc);
91 UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc);
H A DMatchFinder.h66 ISzAlloc *alloc);
67 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
H A DMatchFinder.c19 void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc)
30 int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc)
131 void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc)
137 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc)
143 CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc)
153 ISzAlloc *alloc)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/LzmaUtil/
H A DLzma86Dec.c17 static ISzAlloc g_Alloc = { SzAlloc, SzFree };
H A DLzma86Enc.c18 static ISzAlloc g_Alloc = { SzAlloc, SzFree };
H A DLzmaUtil.c23 static ISzAlloc g_Alloc = { SzAlloc, SzFree };
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/main/
H A Dcfe_lzmafs.c125 static ISzAlloc g_Alloc = { SzAlloc, SzFree };
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dload.c210 static ISzAlloc g_Alloc = { SzAlloc, SzFree };

Completed in 161 milliseconds

12