Lines Matching defs:vTable
1362 void MatchFinderMt_CreateVTable(CMatchFinderMt *p, IMatchFinder2 *vTable)
1364 vTable->Init = (Mf_Init_Func)MatchFinderMt_Init;
1365 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinderMt_GetNumAvailableBytes;
1366 vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinderMt_GetPointerToCurrentPos;
1367 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt_GetMatches;
1374 vTable->Skip = (Mf_Skip_Func)MatchFinderMt0_Skip;
1375 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt2_GetMatches;
1380 vTable->Skip = (Mf_Skip_Func)MatchFinderMt2_Skip;
1386 // vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt_GetMatches_Bt4;
1389 vTable->Skip = (Mf_Skip_Func)MatchFinderMt3_Skip;
1394 vTable->Skip =