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

/opensolaris-onvv-gate/usr/src/common/lzma/
H A DLzFind.h94 Mf_GetPointerToCurrentPos_Func GetPointerToCurrentPos; member in struct:_IMatchFinder
H A DLzmaEnc.c855 const Byte *pby = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
984 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1237 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1529 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1600 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
1807 data = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - p->additionalOffset;
2135 return p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - p->additionalOffset;
H A DLzFind.c735 vTable->GetPointerToCurrentPos = (Mf_GetPointerToCurrentPos_Func)MatchFinder_GetPointerToCurrentPos;

Completed in 79 milliseconds