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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c303 CMatchFinder matchFinderBase; member in struct:_CLzmaEnc
452 p->matchFinderBase.btMode = props.btMode;
462 p->matchFinderBase.numHashBytes = numHashBytes;
465 p->matchFinderBase.cutValue = props.mc;
1712 if (p->matchFinderBase.result != SZ_OK)
1775 MatchFinder_Construct(&p->matchFinderBase);
1778 p->matchFinderMt.MatchFinder = &p->matchFinderBase;
1818 MatchFinder_Free(&p->matchFinderBase, allocBig);
1834 p->matchFinderBase.stream = p->inStream;
2003 btMode = (p->matchFinderBase
[all...]

Completed in 36 milliseconds