Home
last modified time | relevance | path

Searched refs:ISzAlloc (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.h53 CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc);
54 void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig);
58 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
60 int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
75 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 DLzmaEnc.c485 static int RangeEnc_Alloc(CRangeEnc *p, ISzAlloc *alloc) in RangeEnc_Alloc()
497 static void RangeEnc_Free(CRangeEnc *p, ISzAlloc *alloc) in RangeEnc_Free()
1720 CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc) in LzmaEnc_Create()
1729 void LzmaEnc_FreeLits(CLzmaEnc *p, ISzAlloc *alloc) in LzmaEnc_FreeLits()
1737 void LzmaEnc_Destruct(CLzmaEnc *p, ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Destruct()
1747 void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Destroy()
1918 static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Alloc()
2041 static SRes LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *all… in LzmaEnc_AllocAndInit()
2059 ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Prepare()
2069 ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_PrepareForLzma2()
[all …]
H A DLzFind.h67 ISzAlloc *alloc);
68 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
H A DLzFind.c22 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) in LzInWindow_Free()
33 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) in LzInWindow_Create()
145 static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc) in MatchFinder_FreeThisClassMemory()
151 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc) in MatchFinder_Free()
157 static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) in AllocRefs()
167 ISzAlloc *alloc) in MatchFinder_Create()
H A DLzmaDec.c901 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs()
908 static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeDict()
915 void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_Free()
947 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2()
961 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs()
970 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate()
994 ELzmaStatus *status, ISzAlloc *alloc) in LzmaDecode()
H A DTypes.h211 } ISzAlloc; typedef
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c213 static ISzAlloc g_Alloc = {
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c278 static ISzAlloc g_Alloc = { SzAlloc, SzFree };