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

/osnet-11/usr/src/grub/grub2/include/grub/lib/
H A DLzmaEnc.h71 CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc);
72 void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig);
76 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
78 int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
93 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
H A DLzmaDec.h153 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
154 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
156 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
157 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc);
244 ELzmaStatus *status, ISzAlloc *alloc);
H A DLzFind.h90 ISzAlloc *alloc);
91 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
H A DLzmaTypes.h146 } ISzAlloc; typedef in typeref:struct:__anon783
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c511 static int RangeEnc_Alloc(CRangeEnc *p, ISzAlloc *alloc)
523 static void RangeEnc_Free(CRangeEnc *p, ISzAlloc *alloc)
1796 CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc)
1805 void LzmaEnc_FreeLits(CLzmaEnc *p, ISzAlloc *alloc)
1813 void LzmaEnc_Destruct(CLzmaEnc *p, ISzAlloc *alloc, ISzAlloc *allocBig)
1823 void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig)
1994 static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBi
[all...]
H A DLzmaDec.c916 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc)
922 static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc)
928 void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc)
960 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc)
974 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
983 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
1007 ELzmaStatus *status, ISzAlloc *alloc)
H A DLzFind.c43 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc)
54 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc)
166 static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc)
172 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc)
178 static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc)
188 ISzAlloc *alloc)
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c573 static ISzAlloc g_Alloc = { SzAlloc, SzFree };

Completed in 46 milliseconds