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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c295 IMatchFinder matchFinder; member in struct:_CLzmaEnc
858 p->matchFinder.Skip(p->matchFinderObj, num);
865 numDistancePairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matchDistances);
883 UInt32 numAvail = p->matchFinder.GetNumAvailableBytes(p->matchFinderObj) + 1;
884 const Byte *pby = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1003 numAvailableBytes = p->matchFinder.GetNumAvailableBytes(p->matchFinderObj);
1016 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1205 numAvailableBytesFull = p->matchFinder.GetNumAvailableBytes(p->matchFinderObj);
1286 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1561 UInt32 numAvailableBytes = p->matchFinder
[all...]

Completed in 25 milliseconds