Home
last modified time | relevance | path

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

/third_party/lzma/C/
DLzFind.c113 static UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return GET_AVAIL_BYTES(p); } in MatchFinder_GetNumAvailableBytes() function
1638 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinder_GetNumAvailableBytes; in MatchFinder_CreateVTable()