Searched refs:GetNumAvailableBytes (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/lzma/
H A DLzFind.h93 Mf_GetNumAvailableBytes_Func GetNumAvailableBytes; member in struct:_IMatchFinder
H A DLzmaEnc.c839 p->numAvail = p->matchFinder.GetNumAvailableBytes(p->matchFinderObj);
1774 if (p->matchFinder.GetNumAvailableBytes(p->matchFinderObj) == 0)
1785 if (p->matchFinder.GetNumAvailableBytes(p->matchFinderObj) != 0)
1896 if (p->matchFinder.GetNumAvailableBytes(p->matchFinderObj) == 0)
2129 return p->matchFinder.GetNumAvailableBytes(p->matchFinderObj);
H A DLzFind.c734 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinder_GetNumAvailableBytes;

Completed in 103 milliseconds