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

/vbox/src/VBox/Runtime/common/misc/
H A Dsg.cpp353 size_t cbThisAdvance = cbLeft; local
354 void *pv = sgBufGet(pSgBuf, &cbThisAdvance);
358 if (!cbThisAdvance)
361 cbLeft -= cbThisAdvance;

Completed in 58 milliseconds