Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.h90 typedef UInt32 (*Mf_GetNumAvailableBytes_Func)(void *object); typedef
98 Mf_GetNumAvailableBytes_Func GetNumAvailableBytes;
DLzFindMt.c772 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinderMt_GetNumAvailableBytes;
DLzFind.c1005 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinder_GetNumAvailableBytes; in MatchFinder_CreateVTable()