Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.h92 typedef UInt32 (*Mf_GetNumAvailableBytes_Func)(void *object); typedef
100 Mf_GetNumAvailableBytes_Func GetNumAvailableBytes;
DLzFind.c1088 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinder_GetNumAvailableBytes; in MatchFinder_CreateVTable()
DLzFindMt.c822 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinderMt_GetNumAvailableBytes;