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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c300 CMatchFinderMt matchFinderMt; member in struct:_CLzmaEnc
1777 MatchFinderMt_Construct(&p->matchFinderMt);
1778 p->matchFinderMt.MatchFinder = &p->matchFinderBase;
1816 MatchFinderMt_Destruct(&p->matchFinderMt, allocBig);
2031 RINOK(MatchFinderMt_Create(&p->matchFinderMt, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH_LEN_MAX, allocBig));
2032 p->matchFinderObj = &p->matchFinderMt;
2033 MatchFinderMt_CreateVTable(&p->matchFinderMt, &p->matchFinder);
2176 MatchFinderMt_ReleaseStream(&p->matchFinderMt);

Completed in 19 milliseconds