Lines Matching refs:CMatchFinder

22 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc)
33 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc)
50 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; }
51 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; }
53 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; }
55 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue)
62 static void MatchFinder_ReadBlock(CMatchFinder *p)
86 void MatchFinder_MoveBlock(CMatchFinder *p)
94 int MatchFinder_NeedMove(CMatchFinder *p)
100 void MatchFinder_ReadIfRequired(CMatchFinder *p)
108 static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p)
115 static void MatchFinder_SetDefaultSettings(CMatchFinder *p)
127 void MatchFinder_Construct(CMatchFinder *p)
145 static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc)
151 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc)
165 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
241 static void MatchFinder_SetLimits(CMatchFinder *p)
266 void MatchFinder_Init(CMatchFinder *p)
280 static UInt32 MatchFinder_GetSubValue(CMatchFinder *p)
299 static void MatchFinder_Normalize(CMatchFinder *p)
306 static void MatchFinder_CheckLimits(CMatchFinder *p)
460 static void MatchFinder_MovePos(CMatchFinder *p) { MOVE_POS; }
479 static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
490 UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
501 static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
534 static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
581 static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
630 UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
642 static void Bt2_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
655 void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
668 static void Bt3_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
683 static void Bt4_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
699 static void Hc4_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
716 void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
730 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable)