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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzFind.c751 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable) argument
753 vTable->Init = (Mf_Init_Func)MatchFinder_Init;
754 vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinder_GetIndexByte;
755 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinder_GetNumAvailableBytes;
756 vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinder_GetPointerToCurrentPos;
759 vTable->GetMatches = (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches;
760 vTable->Skip = (Mf_Skip_Func)Hc4_MatchFinder_Skip;
764 vTable->GetMatches = (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches;
765 vTable->Skip = (Mf_Skip_Func)Bt2_MatchFinder_Skip;
769 vTable
[all...]

Completed in 1063 milliseconds