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

/opensolaris-onvv-gate/usr/src/common/lzma/
H A DLzFind.h86 typedef UInt32 (*Mf_GetMatches_Func)(void *object, UInt32 *distances); typedef
95 Mf_GetMatches_Func GetMatches;
H A DLzFind.c738 vTable->GetMatches = (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches;
743 vTable->GetMatches = (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches;
748 vTable->GetMatches = (Mf_GetMatches_Func)Bt3_MatchFinder_GetMatches;
753 vTable->GetMatches = (Mf_GetMatches_Func)Bt4_MatchFinder_GetMatches;

Completed in 47 milliseconds