Searched refs:matchFinderBase (Results 1 – 1 of 1) sorted by relevance
349 CMatchFinder matchFinderBase; member477 p->matchFinderBase.btMode = (Byte)(props.btMode ? 1 : 0); in LzmaEnc_SetProps()487 p->matchFinderBase.numHashBytes = numHashBytes; in LzmaEnc_SetProps()490 p->matchFinderBase.cutValue = props.mc; in LzmaEnc_SetProps()512 p->matchFinderBase.expectedDataSize = expectedDataSiize; in LzmaEnc_SetDataSize()2062 if (p->matchFinderBase.result != SZ_OK) in CheckErrors()2204 MatchFinder_Construct(&p->matchFinderBase); in LzmaEnc_Construct()2208 p->matchFinderMt.MatchFinder = &p->matchFinderBase; in LzmaEnc_Construct()2250 MatchFinder_Free(&p->matchFinderBase, allocBig); in LzmaEnc_Destruct()2566 p->mtMode = (p->multiThread && !p->fastMode && (p->matchFinderBase.btMode != 0)); in LzmaEnc_Alloc()[all …]