Lines Matching refs:matchFinder
259 IMatchFinder matchFinder;
812 p->matchFinder.Skip(p->matchFinderObj, num);
819 p->numAvail = p->matchFinder.GetNumAvailableBytes(p->matchFinderObj);
820 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches);
835 const Byte *pby = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
964 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1217 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1509 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1580 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1682 p->matchFinderMt.MatchFinder = &p->matchFinderBase;
1738 p->matchFinder.Init(p->matchFinderObj);
1753 if (p->matchFinder.GetNumAvailableBytes(p->matchFinderObj) == 0)
1758 curByte = p->matchFinder.GetIndexByte(p->matchFinderObj, 0 - p->additionalOffset);
1764 if (p->matchFinder.GetNumAvailableBytes(p->matchFinderObj) != 0)
1786 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - p->additionalOffset;
1875 if (p->matchFinder.GetNumAvailableBytes(p->matchFinderObj) == 0)
1934 MatchFinderMt_CreateVTable(&p->matchFinderMt, &p->matchFinder);
1942 MatchFinder_CreateVTable(&p->matchFinderBase, &p->matchFinder);
2111 return p->matchFinder.GetNumAvailableBytes(p->matchFinderObj);
2117 return p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - p->additionalOffset;