Searched refs:ScmStreamSeekAbsolute (Results 1 - 5 of 5) sorted by relevance

/vbox/src/bldprogs/
H A Dscmstream.h107 int ScmStreamSeekAbsolute(PSCMSTREAM pStream, size_t offAbsolute);
H A Dscmstream.cpp541 int ScmStreamSeekAbsolute(PSCMSTREAM pStream, size_t offAbsolute) function
604 return ScmStreamSeekAbsolute(pStream, offAbsolute);
853 return ScmStreamSeekAbsolute(pStream, pStream->off + cbToRead);
H A DVBoxCPP.cpp574 ScmStreamSeekAbsolute(pStrm, off);
1067 int rc = ScmStreamSeekAbsolute(pStrmInput, offStart);
1167 ScmStreamSeekAbsolute(pStrmInput, offSaved);
1270 int rc = ScmStreamSeekAbsolute(pStrmInput, offSaved);
2302 int rc = ScmStreamSeekAbsolute(pStrmInput, offSaved);
H A Dscmsubversion.cpp830 if (RT_FAILURE(ScmStreamSeekAbsolute(&Stream, offKey + cchKey)))
H A DVBoxTpG.cpp1284 ScmStreamSeekAbsolute(pStrm, off);

Completed in 362 milliseconds