Lines Matching refs:CMatchFinder
47 } CMatchFinder; typedef
54 int MatchFinder_NeedMove(CMatchFinder *p);
55 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
56 void MatchFinder_MoveBlock(CMatchFinder *p);
57 void MatchFinder_ReadIfRequired(CMatchFinder *p);
59 void MatchFinder_Construct(CMatchFinder *p);
65 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
68 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
70 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
99 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable);
101 void MatchFinder_Init(CMatchFinder *p);
102 UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances);
103 UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances);
104 void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num);
105 void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num);