Home
last modified time | relevance | path

Searched refs:matchFinderObj (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c279 void *matchFinderObj; member
832 p->matchFinder.Skip(p->matchFinderObj, num); in MovePos()
839 p->numAvail = p->matchFinder.GetNumAvailableBytes(p->matchFinderObj); in ReadMatchDistances()
840 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches); in ReadMatchDistances()
984 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in GetOptimum()
1759 p->matchFinder.Init(p->matchFinderObj); in LzmaEnc_CodeOneBlock()
1774 if (p->matchFinder.GetNumAvailableBytes(p->matchFinderObj) == 0) in LzmaEnc_CodeOneBlock()
1785 if (p->matchFinder.GetNumAvailableBytes(p->matchFinderObj) != 0) in LzmaEnc_CodeOneBlock()
1954 p->matchFinderObj = &p->matchFinderMt; in LzmaEnc_Alloc()
1962 p->matchFinderObj = &p->matchFinderBase; in LzmaEnc_Alloc()
[all …]