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

/vbox/src/VBox/Runtime/common/zip/
H A Dtarvfs.cpp1299 RTFOFF offHdr = RTVfsIoStrmTell(pThis->hVfsIos);
1310 offHdr = RTVfsIoStrmTell(pThis->hVfsIos);
1393 pIosData->offStart = RTVfsIoStrmTell(pThis->hVfsIos);
1524 RTFOFF const offStart = RTVfsIoStrmTell(hVfsIosIn);
H A Dxarvfs.cpp2033 RTFOFF const offStart = RTVfsIoStrmTell(hVfsIosIn);
2056 size_t offZero = RTVfsIoStrmTell(hVfsIosIn);
/vbox/include/iprt/
H A Dvfs.h646 RTDECL(RTFOFF) RTVfsIoStrmTell(RTVFSIOSTREAM hVfsIos);
852 * @sa RTFileTell, RTVfsIoStrmTell.
H A Dmangling.h1927 # define RTVfsIoStrmTell RT_MANGLER(RTVfsIoStrmTell) macro
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest3.cpp366 RTFOFF off = RTVfsIoStrmTell(pThis->hVfsIos);
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp2253 RTDECL(RTFOFF) RTVfsIoStrmTell(RTVFSIOSTREAM hVfsIos) function
2607 return RTVfsIoStrmTell(&pThis->Stream);

Completed in 98 milliseconds