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

/vbox/src/VBox/Runtime/common/zip/
H A Dgzipvfs.cpp168 typedef RTZIPGZIPSTREAM *PRTZIPGZIPSTREAM; typedef
174 static int rtZipGzip_FlushIt(PRTZIPGZIPSTREAM pThis, uint8_t fFlushType);
186 static int rtZipGzipConvertErrFromZlib(PRTZIPGZIPSTREAM pThis, int rc)
229 PRTZIPGZIPSTREAM pThis = (PRTZIPGZIPSTREAM)pvThis;
266 PRTZIPGZIPSTREAM pThis = (PRTZIPGZIPSTREAM)pvThis;
281 static int rtZipGzip_ReadOneSeg(PRTZIPGZIPSTREAM pThis, void *pvBuf, size_t cbToRead, bool fBlocking, size_t *pcbRead)
376 PRTZIPGZIPSTREAM pThis = (PRTZIPGZIPSTREAM)pvThi
[all...]

Completed in 77 milliseconds