Home
last modified time | relevance | path

Searched refs:allocBig (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.h54 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 DLzmaEnc.c1740 MatchFinderMt_Destruct(&p->matchFinderMt, allocBig); in LzmaEnc_Destruct()
1742 MatchFinder_Free(&p->matchFinderBase, allocBig); in LzmaEnc_Destruct()
1749 LzmaEnc_Destruct((CLzmaEnc *)p, alloc, allocBig); in LzmaEnc_Destroy()
2051 RINOK(LzmaEnc_Alloc(p, keepWindowSize, alloc, allocBig)); in LzmaEnc_AllocAndInit()
2059 ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Prepare() argument
2064 return LzmaEnc_AllocAndInit(p, 0, alloc, allocBig); in LzmaEnc_Prepare()
2069 ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_PrepareForLzma2() argument
2173 ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Encode() argument
2252 progress, alloc, allocBig); in LzmaEnc_MemEncode()
2275 writeEndMark, progress, alloc, allocBig); in LzmaEncode()
[all …]