Searched defs:offComp (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathSplit.cpp94 uint16_t offComp = pParsedVolatile->aComps[idxComp].off; local
99 memcpy(psz, &pszPath[offComp], cchComp);
103 if (offSuffix >= offComp + cchComp)
106 pszSuffix = &psz[offSuffix - offComp];
111 offComp = pParsedVolatile->aComps[idxComp].off;
115 memcpy(psz, &pszPath[offComp], cchComp);
/vbox/src/VBox/Runtime/common/zip/
H A Dpkzipvfs.cpp322 uint64_t offComp; member in struct:RTZIPPKZIPIOSTREAM
879 rc = RTVfsIoStrmReadAt(pThis->hVfsIos, pThis->offComp, pvBuf,
887 pThis->offComp += cbRead;
1168 pIosData->offComp = offData;

Completed in 46 milliseconds