OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Mf_GetNumAvailableBytes_Func
(Results
1 - 3
of
3
) sorted by null
/external/lzma/C/
LzFind.h
80
Mf_GetNumAvailableBytes_Func
must be called before each Mf_GetMatchLen_Func.
86
typedef UInt32 (*
Mf_GetNumAvailableBytes_Func
)(void *object);
95
Mf_GetNumAvailableBytes_Func
GetNumAvailableBytes;
LzFind.c
741
vTable->GetNumAvailableBytes = (
Mf_GetNumAvailableBytes_Func
)MatchFinder_GetNumAvailableBytes;
LzFindMt.c
763
vTable->GetNumAvailableBytes = (
Mf_GetNumAvailableBytes_Func
)MatchFinderMt_GetNumAvailableBytes;
Completed in 47 milliseconds