Searched defs:offCurStream (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DSSM.cpp434 uint64_t offCurStream; member in struct:SSMSTRM
1845 pStrm->offCurStream = 0;
2293 pBuf->offStream = pStrm->offCurStream;
2299 pStrm->offCurStream += cb;
2313 pStrm->offCurStream += cb;
2739 Assert(pStrm->offCurStream == pBuf->offStream);
2838 return pStrm->offCurStream + pStrm->off;
2909 pStrm->offCurStream = offStream;
3007 pStrm->offNeedSeekTo = pStrm->offCurStream + (pStrm->pCur ? pStrm->pCur->cb : 0);

Completed in 49 milliseconds