Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzFind.h87 typedef void (*Mf_Skip_Func)(void *object, UInt32); typedef
96 Mf_Skip_Func Skip;
H A DLzFind.c739 vTable->Skip = (Mf_Skip_Func)Hc4_MatchFinder_Skip; in MatchFinder_CreateVTable()
744 vTable->Skip = (Mf_Skip_Func)Bt2_MatchFinder_Skip; in MatchFinder_CreateVTable()
749 vTable->Skip = (Mf_Skip_Func)Bt3_MatchFinder_Skip; in MatchFinder_CreateVTable()
754 vTable->Skip = (Mf_Skip_Func)Bt4_MatchFinder_Skip; in MatchFinder_CreateVTable()