Searched refs:matchFinderBase (Results 1 – 1 of 1) sorted by relevance
279 CMatchFinder matchFinderBase; member424 p->matchFinderBase.btMode = props.btMode; in LzmaEnc_SetProps()434 p->matchFinderBase.numHashBytes = numHashBytes; in LzmaEnc_SetProps()437 p->matchFinderBase.cutValue = props.mc; in LzmaEnc_SetProps()1629 if (p->matchFinderBase.result != SZ_OK) in CheckErrors()1692 MatchFinder_Construct(&p->matchFinderBase); in LzmaEnc_Construct()1695 p->matchFinderMt.MatchFinder = &p->matchFinderBase; in LzmaEnc_Construct()1735 MatchFinder_Free(&p->matchFinderBase, allocBig); in LzmaEnc_Destruct()1916 p->mtMode = (p->multiThread && !p->fastMode && (p->matchFinderBase.btMode != 0)); in LzmaEnc_Alloc()1935 p->matchFinderBase.bigHash = (p->dictSize > kBigHashDicLimit); in LzmaEnc_Alloc()[all …]