OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Mf_Skip_Func
(Results
1 - 3
of
3
) sorted by null
/external/lzma/C/
LzFind.h
89
typedef void (*
Mf_Skip_Func
)(void *object, UInt32);
98
Mf_Skip_Func
Skip;
LzFind.c
746
vTable->Skip = (
Mf_Skip_Func
)Hc4_MatchFinder_Skip;
751
vTable->Skip = (
Mf_Skip_Func
)Bt2_MatchFinder_Skip;
756
vTable->Skip = (
Mf_Skip_Func
)Bt3_MatchFinder_Skip;
761
vTable->Skip = (
Mf_Skip_Func
)Bt4_MatchFinder_Skip;
LzFindMt.c
771
vTable->Skip = (
Mf_Skip_Func
)MatchFinderMt0_Skip;
777
vTable->Skip = (
Mf_Skip_Func
)MatchFinderMt2_Skip;
784
vTable->Skip = (
Mf_Skip_Func
)MatchFinderMt3_Skip;
790
vTable->Skip = (
Mf_Skip_Func
)MatchFinderMt4_Skip;
Completed in 56 milliseconds