Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.c300 CMatchFinder matchFinderBase; member
448 p->matchFinderBase.btMode = props.btMode; in LzmaEnc_SetProps()
458 p->matchFinderBase.numHashBytes = numHashBytes; in LzmaEnc_SetProps()
461 p->matchFinderBase.cutValue = props.mc; in LzmaEnc_SetProps()
1650 if (p->matchFinderBase.result != SZ_OK) in CheckErrors()
1713 MatchFinder_Construct(&p->matchFinderBase); in LzmaEnc_Construct()
1716 p->matchFinderMt.MatchFinder = &p->matchFinderBase; in LzmaEnc_Construct()
1756 MatchFinder_Free(&p->matchFinderBase, allocBig); in LzmaEnc_Destruct()
1772 p->matchFinderBase.stream = p->inStream; in LzmaEnc_CodeOneBlock()
1941 btMode = (p->matchFinderBase.btMode != 0); in LzmaEnc_Alloc()
[all …]