Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzFind.h82 typedef void (*Mf_Init_Func)(void *object); typedef
91 Mf_Init_Func Init;
H A DLzFind.c732 vTable->Init = (Mf_Init_Func)MatchFinder_Init; in MatchFinder_CreateVTable()