Searched refs:CMatchFinder (Results 1 – 5 of 5) sorted by relevance
50 } CMatchFinder; typedef61 int MatchFinder_NeedMove(CMatchFinder *p);62 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);63 void MatchFinder_MoveBlock(CMatchFinder *p);64 void MatchFinder_ReadIfRequired(CMatchFinder *p);66 void MatchFinder_Construct(CMatchFinder *p);72 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,75 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);77 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);104 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable);[all …]
19 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) in LzInWindow_Free()30 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) in LzInWindow_Create()47 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } in MatchFinder_GetPointerToCurrentPos()49 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } in MatchFinder_GetNumAvailableBytes()51 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets()58 static void MatchFinder_ReadBlock(CMatchFinder *p) in MatchFinder_ReadBlock()98 void MatchFinder_MoveBlock(CMatchFinder *p) in MatchFinder_MoveBlock()106 int MatchFinder_NeedMove(CMatchFinder *p) in MatchFinder_NeedMove()114 void MatchFinder_ReadIfRequired(CMatchFinder *p) in MatchFinder_ReadIfRequired()122 static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) in MatchFinder_CheckAndMoveAndRead()[all …]
89 CMatchFinder *MatchFinder;
170 CMatchFinder *mf = mt->MatchFinder; in HashThreadFunc()477 CMatchFinder *mf = p->MatchFinder; in MatchFinderMt_Create()501 CMatchFinder *mf = p->MatchFinder; in MatchFinderMt_Init()
345 CMatchFinder matchFinderBase;