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

/vbox/src/VBox/Runtime/common/misc/
H A Dsg.cpp133 RTDECL(size_t) RTSgBufCopy(PRTSGBUF pSgBufDst, PRTSGBUF pSgBufSrc, size_t cbCopy) argument
136 AssertPtrReturn(pSgBufSrc, 0);
142 size_t cbThisCopy = RT_MIN(RT_MIN(pSgBufDst->cbSegLeft, cbLeft), pSgBufSrc->cbSegLeft);
152 pvBufSrc = sgBufGet(pSgBufSrc, &cbTmp);
/vbox/include/iprt/
H A Dsg.h125 * @param pSgBufSrc The source S/G buffer.
130 RTDECL(size_t) RTSgBufCopy(PRTSGBUF pSgBufDst, PRTSGBUF pSgBufSrc, size_t cbCopy);

Completed in 58 milliseconds