Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.h89 typedef void (*Mf_Init_Func)(void *object); typedef
97 Mf_Init_Func Init;
DLzFindMt.c771 vTable->Init = (Mf_Init_Func)MatchFinderMt_Init;
DLzFind.c1004 vTable->Init = (Mf_Init_Func)MatchFinder_Init; in MatchFinder_CreateVTable()