Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzFind.h84 typedef UInt32 (*Mf_GetNumAvailableBytes_Func)(void *object); typedef
93 Mf_GetNumAvailableBytes_Func GetNumAvailableBytes;
H A DLzFind.c734 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinder_GetNumAvailableBytes; in MatchFinder_CreateVTable()