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

/vbox/src/VBox/Runtime/tools/
H A DRTGzip.cpp127 * @param phVfsDst The output stream. Set to NIL if closed.
129 static RTEXITCODE gzipPushFlushAndClose(PRTVFSIOSTREAM phVfsSrc, PCRTGZIPCMDOPTS pOpts, PRTVFSIOSTREAM phVfsDst) argument
134 RTEXITCODE rcExit = gzipPush(*phVfsSrc, *phVfsDst);
139 int rc = RTVfsIoStrmFlush(*phVfsDst);
142 RTVfsIoStrmRelease(*phVfsDst);
143 *phVfsDst = NIL_RTVFSIOSTREAM;
178 * @param phVfsDst The output stream. Set to NIL if closed.
180 static RTEXITCODE gzipCompressFile(PRTVFSIOSTREAM phVfsSrc, PCRTGZIPCMDOPTS pOpts, PRTVFSIOSTREAM phVfsDst) argument
186 int rc = RTZipGzipCompressIoStream(*phVfsDst, 0 /*fFlags*/, pOpts->uLevel, &hVfsGzip);
190 uint32_t cRefs = RTVfsIoStrmRelease(*phVfsDst);
233 gzipDecompressFile(PRTVFSIOSTREAM phVfsSrc, PCRTGZIPCMDOPTS pOpts, PRTVFSIOSTREAM phVfsDst) argument
[all...]

Completed in 80 milliseconds