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

/vbox/src/VBox/Runtime/common/zip/
H A Dtarcmd.cpp224 RTVFSIOSTREAM hVfsIosDecomp = NIL_RTVFSIOSTREAM; local
234 rc = RTZipGzipDecompressIoStream(hVfsIos, 0 /*fFlags*/, &hVfsIosDecomp);
257 if (hVfsIosDecomp != NIL_RTVFSIOSTREAM)
260 hVfsIos = hVfsIosDecomp;
261 hVfsIosDecomp = NIL_RTVFSIOSTREAM;
H A Dxarvfs.cpp1601 RTVFSIOSTREAM hVfsIosDecomp; local
1608 &hVfsIosDecomp,
1647 RTVfsIoStrmRelease(hVfsIosDecomp);
1652 hVfsObj = RTVfsObjFromIoStream(hVfsIosDecomp);
1653 RTVfsIoStrmRelease(hVfsIosDecomp);

Completed in 51 milliseconds