Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c345 CMatchFinderMt matchFinderMt; member
2207 MatchFinderMt_Construct(&p->matchFinderMt); in LzmaEnc_Construct()
2208 p->matchFinderMt.MatchFinder = &p->matchFinderBase; in LzmaEnc_Construct()
2247 MatchFinderMt_Destruct(&p->matchFinderMt, allocBig); in LzmaEnc_Destruct()
2593 RINOK(MatchFinderMt_Create(&p->matchFinderMt, p->dictSize, beforeSize, p->numFastBytes, in LzmaEnc_Alloc()
2597 p->matchFinderObj = &p->matchFinderMt; in LzmaEnc_Alloc()
2600 MatchFinderMt_CreateVTable(&p->matchFinderMt, &p->matchFinder); in LzmaEnc_Alloc()
2761 MatchFinderMt_ReleaseStream(&p->matchFinderMt); in LzmaEnc_Finish()