Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.h95 typedef void (*Mf_Skip_Func)(void *object, UInt32); typedef
103 Mf_Skip_Func Skip;
DLzFind.c1095 vTable->Skip = (Mf_Skip_Func)Hc4_MatchFinder_Skip; in MatchFinder_CreateVTable()
1108 vTable->Skip = (Mf_Skip_Func)Bt2_MatchFinder_Skip; in MatchFinder_CreateVTable()
1113 vTable->Skip = (Mf_Skip_Func)Bt3_MatchFinder_Skip; in MatchFinder_CreateVTable()
1118 vTable->Skip = (Mf_Skip_Func)Bt4_MatchFinder_Skip; in MatchFinder_CreateVTable()
DLzFindMt.c831 vTable->Skip = (Mf_Skip_Func)MatchFinderMt0_Skip;
837 vTable->Skip = (Mf_Skip_Func)MatchFinderMt2_Skip;
843 vTable->Skip = (Mf_Skip_Func)MatchFinderMt3_Skip;