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

/external/chromium_org/third_party/lzma_sdk/
H A DLzFind.c735 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable) argument
737 vTable->Init = (Mf_Init_Func)MatchFinder_Init;
738 vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinder_GetIndexByte;
739 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinder_GetNumAvailableBytes;
740 vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinder_GetPointerToCurrentPos;
743 vTable->GetMatches = (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches;
744 vTable->Skip = (Mf_Skip_Func)Hc4_MatchFinder_Skip;
748 vTable->GetMatches = (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches;
749 vTable->Skip = (Mf_Skip_Func)Bt2_MatchFinder_Skip;
753 vTable
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzFind.c736 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable) argument
738 vTable->Init = (Mf_Init_Func)MatchFinder_Init;
739 vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinder_GetIndexByte;
740 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinder_GetNumAvailableBytes;
741 vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinder_GetPointerToCurrentPos;
744 vTable->GetMatches = (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches;
745 vTable->Skip = (Mf_Skip_Func)Hc4_MatchFinder_Skip;
749 vTable->GetMatches = (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches;
750 vTable->Skip = (Mf_Skip_Func)Bt2_MatchFinder_Skip;
754 vTable
[all...]
/external/lzma/C/
H A DLzFind.c735 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable) argument
737 vTable->Init = (Mf_Init_Func)MatchFinder_Init;
738 vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinder_GetIndexByte;
739 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinder_GetNumAvailableBytes;
740 vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinder_GetPointerToCurrentPos;
743 vTable->GetMatches = (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches;
744 vTable->Skip = (Mf_Skip_Func)Hc4_MatchFinder_Skip;
748 vTable->GetMatches = (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches;
749 vTable->Skip = (Mf_Skip_Func)Bt2_MatchFinder_Skip;
753 vTable
[all...]
H A DLzFindMt.c758 void MatchFinderMt_CreateVTable(CMatchFinderMt *p, IMatchFinder *vTable) argument
760 vTable->Init = (Mf_Init_Func)MatchFinderMt_Init;
761 vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinderMt_GetIndexByte;
762 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinderMt_GetNumAvailableBytes;
763 vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinderMt_GetPointerToCurrentPos;
764 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt_GetMatches;
770 vTable->Skip = (Mf_Skip_Func)MatchFinderMt0_Skip;
771 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt2_GetMatches;
776 vTable->Skip = (Mf_Skip_Func)MatchFinderMt2_Skip;
783 vTable
[all...]

Completed in 28 milliseconds