Home
last modified time | relevance | path

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

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