Searched refs:matchFinder (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c278 IMatchFinder matchFinder; member in struct:_CLzmaEnc
832 p->matchFinder.Skip(p->matchFinderObj, num);
839 p->numAvail = p->matchFinder.GetNumAvailableBytes(p->matchFinderObj);
840 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches);
855 const Byte *pby = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
984 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1237 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1529 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1600 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1759 p->matchFinder
[all...]

Completed in 61 milliseconds