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

/illumos-gate/usr/src/common/lzma/
H A DLzFind.c730 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable) argument
732 vTable->Init = (Mf_Init_Func)MatchFinder_Init;
733 vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinder_GetIndexByte;
734 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinder_GetNumAvailableBytes;
735 vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinder_GetPointerToCurrentPos;
738 vTable->GetMatches = (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches;
739 vTable->Skip = (Mf_Skip_Func)Hc4_MatchFinder_Skip;
743 vTable->GetMatches = (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches;
744 vTable->Skip = (Mf_Skip_Func)Bt2_MatchFinder_Skip;
748 vTable
[all...]
H A DLzFind.h99 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable);

Completed in 103 milliseconds