Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzFind.c738 vTable->GetMatches = (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches; in MatchFinder_CreateVTable()
743 vTable->GetMatches = (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches; in MatchFinder_CreateVTable()
748 vTable->GetMatches = (Mf_GetMatches_Func)Bt3_MatchFinder_GetMatches; in MatchFinder_CreateVTable()
753 vTable->GetMatches = (Mf_GetMatches_Func)Bt4_MatchFinder_GetMatches; in MatchFinder_CreateVTable()
H A DLzFind.h95 Mf_GetMatches_Func GetMatches; member
H A DLzmaEnc.c840 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches); in ReadMatchDistances()