Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzFind.h85 typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object); typedef
94 Mf_GetPointerToCurrentPos_Func GetPointerToCurrentPos;
H A DLzFind.c735 …vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinder_GetPointerToCurrentPo… in MatchFinder_CreateVTable()