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

/vbox/include/iprt/
H A Dvfs.h594 RTDECL(int) RTVfsIoStrmSgRead(RTVFSIOSTREAM hVfsIos, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbRead);
H A Dmangling.h1924 # define RTVfsIoStrmSgRead RT_MANGLER(RTVfsIoStrmSgRead) macro
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest3.cpp317 int rc = RTVfsIoStrmSgRead(pThis->hVfsIos, pSgBuf, fBlocking, pcbRead);
/vbox/src/VBox/Runtime/common/zip/
H A Dgzipvfs.cpp308 * N.B. The assertions here validate the RTVfsIoStrmSgRead behavior
315 rc = RTVfsIoStrmSgRead(pThis->hVfsIos, &pThis->SgBuf, fBlocking, &cbReadIn);
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp2137 RTDECL(int) RTVfsIoStrmSgRead(RTVFSIOSTREAM hVfsIos, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbRead) function

Completed in 90 milliseconds