Home
last modified time | relevance | path

Searched refs:CMatchFinder (Results 1 – 5 of 5) sorted by relevance

/third_party/lzma/C/
DLzFind.h54 } CMatchFinder; typedef
67 int MatchFinder_NeedMove(CMatchFinder *p);
69 void MatchFinder_MoveBlock(CMatchFinder *p);
70 void MatchFinder_ReadIfRequired(CMatchFinder *p);
72 void MatchFinder_Construct(CMatchFinder *p);
99 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
102 void MatchFinder_Free(CMatchFinder *p, ISzAllocPtr alloc);
142 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder2 *vTable);
144 void MatchFinder_Init_LowHash(CMatchFinder *p);
145 void MatchFinder_Init_HighHash(CMatchFinder *p);
[all …]
DLzFind.c68 static void LzInWindow_Free(CMatchFinder *p, ISzAllocPtr alloc) in LzInWindow_Free()
78 static int LzInWindow_Create2(CMatchFinder *p, UInt32 blockSize, ISzAllocPtr alloc) in LzInWindow_Create2()
111 static const Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } in MatchFinder_GetPointerToCurrentPos()
113 static UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return GET_AVAIL_BYTES(p); } in MatchFinder_GetNumAvailableBytes()
117 static void MatchFinder_ReadBlock(CMatchFinder *p) in MatchFinder_ReadBlock()
184 void MatchFinder_MoveBlock(CMatchFinder *p) in MatchFinder_MoveBlock()
202 int MatchFinder_NeedMove(CMatchFinder *p) in MatchFinder_NeedMove()
211 void MatchFinder_ReadIfRequired(CMatchFinder *p) in MatchFinder_ReadIfRequired()
219 static void MatchFinder_SetDefaultSettings(CMatchFinder *p) in MatchFinder_SetDefaultSettings()
231 void MatchFinder_Construct(CMatchFinder *p) in MatchFinder_Construct()
[all …]
DLzFindMt.h91 CMatchFinder *MatchFinder;
DLzFindMt.c464 CMatchFinder *mf = MF(mt); in HashThreadFunc()
851 CMatchFinder *mf = MF(p); in MatchFinderMt_Create()
882 CMatchFinder *mf = MF(p); in MatchFinderMt_Init()
DLzmaEnc.c438 CMatchFinder matchFinderBase;