Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.h86 typedef UInt32 (*Mf_GetNumAvailableBytes_Func)(void *object); typedef
95 Mf_GetNumAvailableBytes_Func GetNumAvailableBytes;
DLzFind.c741 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinder_GetNumAvailableBytes; in MatchFinder_CreateVTable()
DLzFindMt.c763 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinderMt_GetNumAvailableBytes;