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

/vbox/src/VBox/Runtime/common/misc/
H A Dsg.cpp280 size_t cbThisSet = cbLeft; local
281 void *pvBuf = sgBufGet(pSgBuf, &cbThisSet);
283 if (!cbThisSet)
286 memset(pvBuf, ubFill, cbThisSet);
288 cbLeft -= cbThisSet;

Completed in 1297 milliseconds