Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/lzma/
H A DLzmaEnc.c283 CMatchFinderMt matchFinderMt; member
1701 MatchFinderMt_Construct(&p->matchFinderMt); in LzmaEnc_Construct()
1702 p->matchFinderMt.MatchFinder = &p->matchFinderBase; in LzmaEnc_Construct()
1740 MatchFinderMt_Destruct(&p->matchFinderMt, allocBig); in LzmaEnc_Destruct()
1953 …RINOK(MatchFinderMt_Create(&p->matchFinderMt, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH… in LzmaEnc_Alloc()
1954 p->matchFinderObj = &p->matchFinderMt; in LzmaEnc_Alloc()
1955 MatchFinderMt_CreateVTable(&p->matchFinderMt, &p->matchFinder); in LzmaEnc_Alloc()
2097 MatchFinderMt_ReleaseStream(&p->matchFinderMt); in LzmaEnc_Finish()