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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/tools/misc/lzma_src/C/
H A DLzmaEnc.c285 CMatchFinder matchFinderBase; member in struct:_CLzmaEnc
433 p->matchFinderBase.btMode = props.btMode;
443 p->matchFinderBase.numHashBytes = numHashBytes;
446 p->matchFinderBase.cutValue = props.mc;
1635 if (p->matchFinderBase.result != SZ_OK)
1698 MatchFinder_Construct(&p->matchFinderBase);
1701 p->matchFinderMt.MatchFinder = &p->matchFinderBase;
1741 MatchFinder_Free(&p->matchFinderBase, allocBig);
1757 p->matchFinderBase.stream = p->inStream;
1923 btMode = (p->matchFinderBase
[all...]

Completed in 98 milliseconds