Lines Matching defs:matchFinderObj
389 void *matchFinderObj;
1076 p->matchFinder.Skip(p->matchFinderObj, (UInt32)(num)); }
1084 p->numAvail = p->matchFinder.GetNumAvailableBytes(p->matchFinderObj);
1086 const UInt32 *d = p->matchFinder.GetMatches(p->matchFinderObj, p->matches);
1113 const Byte *p1 = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1252 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1578 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1991 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
2071 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
2394 p->matchFinder.Init(p->matchFinderObj);
2409 if (p->matchFinder.GetNumAvailableBytes(p->matchFinderObj) == 0)
2414 curByte = *(p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - p->additionalOffset);
2420 if (p->matchFinder.GetNumAvailableBytes(p->matchFinderObj) != 0)
2465 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - p->additionalOffset;
2660 if (p->matchFinder.GetNumAvailableBytes(p->matchFinderObj) == 0)
2744 p->matchFinderObj = &p->matchFinderMt;
2755 p->matchFinderObj = &MFB;
2942 return p->matchFinder.GetNumAvailableBytes(p->matchFinderObj);
2949 return p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - p->additionalOffset;