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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c286 CMatchFinder matchFinderBase; member in struct:_CLzmaEnc
434 p->matchFinderBase.btMode = props.btMode;
444 p->matchFinderBase.numHashBytes = numHashBytes;
447 p->matchFinderBase.cutValue = props.mc;
1636 if (p->matchFinderBase.result != SZ_OK)
1699 MatchFinder_Construct(&p->matchFinderBase);
1702 p->matchFinderMt.MatchFinder = &p->matchFinderBase;
1742 MatchFinder_Free(&p->matchFinderBase, allocBig);
1758 p->matchFinderBase.stream = p->inStream;
1924 btMode = (p->matchFinderBase
[all...]

Completed in 58 milliseconds