Home
last modified time | relevance | path

Searched refs:Mf_Skip_Func (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/
DLzFind.h89 typedef void (*Mf_Skip_Func)(void *object, UInt32); typedef
98 Mf_Skip_Func Skip;
DLzFind.c746 vTable->Skip = (Mf_Skip_Func)Hc4_MatchFinder_Skip; in MatchFinder_CreateVTable()
751 vTable->Skip = (Mf_Skip_Func)Bt2_MatchFinder_Skip; in MatchFinder_CreateVTable()
756 vTable->Skip = (Mf_Skip_Func)Bt3_MatchFinder_Skip; in MatchFinder_CreateVTable()
761 vTable->Skip = (Mf_Skip_Func)Bt4_MatchFinder_Skip; in MatchFinder_CreateVTable()
DLzFindMt.c771 vTable->Skip = (Mf_Skip_Func)MatchFinderMt0_Skip;
777 vTable->Skip = (Mf_Skip_Func)MatchFinderMt2_Skip;
784 vTable->Skip = (Mf_Skip_Func)MatchFinderMt3_Skip;