Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.c49 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } in MatchFinder_GetNumAvailableBytes() function
1088 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinder_GetNumAvailableBytes; in MatchFinder_CreateVTable()