Lines Matching refs:CMatchFinder
49 } CMatchFinder; typedef
56 int MatchFinder_NeedMove(CMatchFinder *p);
57 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
58 void MatchFinder_MoveBlock(CMatchFinder *p);
59 void MatchFinder_ReadIfRequired(CMatchFinder *p);
61 void MatchFinder_Construct(CMatchFinder *p);
67 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
70 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
72 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
101 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable);
103 void MatchFinder_Init(CMatchFinder *p);
104 UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances);
105 UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances);
106 void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num);
107 void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num);