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

/vbox/src/VBox/Runtime/tools/
H A DRTGzip.cpp95 * @param hVfsSrc The source I/O stream.
98 static RTEXITCODE gzipPush(RTVFSIOSTREAM hVfsSrc, RTVFSIOSTREAM hVfsDst) argument
104 int rc = RTVfsIoStrmRead(hVfsSrc, abBuf, sizeof(abBuf), true /*fBlocking*/, &cbRead);
513 RTVFSIOSTREAM hVfsSrc;
514 RTEXITCODE rcExit2 = gzipOpenInput(ValueUnion.psz, &Opts, &hVfsSrc);
518 rcExit2 = gzipListFile(&hVfsSrc, &Opts);
520 rcExit2 = gzipTestFile(&hVfsSrc, &Opts);
528 rcExit2 = gzipDecompressFile(&hVfsSrc, &Opts, &hVfsDst);
530 rcExit2 = gzipCompressFile(&hVfsSrc, &Opts, &hVfsDst);
534 RTVfsIoStrmRelease(hVfsSrc);
[all...]

Completed in 111 milliseconds