Lines Matching refs:matchFinderBase
286 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()
1924 btMode = (p->matchFinderBase.btMode != 0); in LzmaEnc_Alloc()
1945 p->matchFinderBase.bigHash = (p->dictSize > kBigHashDicLimit); in LzmaEnc_Alloc()
1960 …if (!MatchFinder_Create(&p->matchFinderBase, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH_… in LzmaEnc_Alloc()
1962 p->matchFinderObj = &p->matchFinderBase; in LzmaEnc_Alloc()
1963 MatchFinder_CreateVTable(&p->matchFinderBase, &p->matchFinder); in LzmaEnc_Alloc()