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

/vbox/src/VBox/Runtime/tools/
H A DRTGzip.cpp125 * @param phVfsSrc The input stream. Set to NIL if closed.
129 static RTEXITCODE gzipPushFlushAndClose(PRTVFSIOSTREAM phVfsSrc, PCRTGZIPCMDOPTS pOpts, PRTVFSIOSTREAM phVfsDst) argument
134 RTEXITCODE rcExit = gzipPush(*phVfsSrc, *phVfsDst);
136 RTVfsIoStrmRelease(*phVfsSrc);
137 *phVfsSrc = NIL_RTVFSIOSTREAM;
176 * @param phVfsSrc The input stream. Set to NIL if closed.
180 static RTEXITCODE gzipCompressFile(PRTVFSIOSTREAM phVfsSrc, PCRTGZIPCMDOPTS pOpts, PRTVFSIOSTREAM phVfsDst) argument
194 return gzipPushFlushAndClose(phVfsSrc, pOpts, phVfsDst);
203 * @param phVfsSrc The input stream. Replaced on success.
205 static RTEXITCODE gzipSetupDecompressor(PRTVFSIOSTREAM phVfsSrc) argument
233 gzipDecompressFile(PRTVFSIOSTREAM phVfsSrc, PCRTGZIPCMDOPTS pOpts, PRTVFSIOSTREAM phVfsDst) argument
249 gzipTestFile(PRTVFSIOSTREAM phVfsSrc, PCRTGZIPCMDOPTS pOpts) argument
272 gzipListFile(PRTVFSIOSTREAM phVfsSrc, PCRTGZIPCMDOPTS pOpts) argument
[all...]

Completed in 42 milliseconds