Searched refs:MixMatchesFunc (Results 1 – 2 of 2) sorted by relevance
751 len = (UInt32)(p->MixMatchesFunc(p, p->lzPos - p->historySize, distances) - (distances)); in MatchFinderMt_GetMatches()758 distances2 = p->MixMatchesFunc(p, p->lzPos - btBuf[1], distances); in MatchFinderMt_GetMatches()830 p->MixMatchesFunc = (Mf_Mix_Matches)NULL;836 p->MixMatchesFunc = (Mf_Mix_Matches)MixMatches2;842 p->MixMatchesFunc = (Mf_Mix_Matches)MixMatches3;
62 Mf_Mix_Matches MixMatchesFunc; member