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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c283 CMatchFinderMt matchFinderMt; member in struct:_CLzmaEnc
1701 MatchFinderMt_Construct(&p->matchFinderMt);
1702 p->matchFinderMt.MatchFinder = &p->matchFinderBase;
1740 MatchFinderMt_Destruct(&p->matchFinderMt, allocBig);
1953 RINOK(MatchFinderMt_Create(&p->matchFinderMt, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH_LEN_MAX, allocBig));
1954 p->matchFinderObj = &p->matchFinderMt;
1955 MatchFinderMt_CreateVTable(&p->matchFinderMt, &p->matchFinder);
2097 MatchFinderMt_ReleaseStream(&p->matchFinderMt);

Completed in 64 milliseconds