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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp923 size_t cbAllRead = 0; local
926 if (cbAllRead == cbMemWrite)
928 size_t cbToRead = cbMemWrite - cbAllRead;
930 rc = vdIfIoFileReadSync(pIfIo, pInt->pvStorage, pInt->cbCurFile, &pcBuf[cbAllRead], cbToRead, &cbRead);
944 cbAllRead += cbRead;
952 RTSha256Update(&pInt->ctx.Sha256, pcBuf, cbAllRead);
954 RTSha1Update(&pInt->ctx.Sha1, pcBuf, cbAllRead);
957 RTCircBufReleaseWriteBlock(pInt->pCircBuf, cbAllRead);
958 cbMemAllWrite += cbAllRead;
1378 // RTPrintf("############## wait %lu %lu %lu \n", cbRead, cbAllRead, cbAvai
1438 size_t cbAllRead = 0; local
1584 size_t cbAllRead = 0; local
[all...]

Completed in 50 milliseconds