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

/vbox/src/VBox/Runtime/common/zip/
H A Dgzipvfs.cpp174 static int rtZipGzip_FlushIt(PRTZIPGZIPSTREAM pThis, uint8_t fFlushType);
243 rc = rtZipGzip_FlushIt(pThis, Z_FINISH);
557 static int rtZipGzip_FlushIt(PRTZIPGZIPSTREAM pThis, uint8_t fFlushType) function
603 int rc = rtZipGzip_FlushIt(pThis, Z_SYNC_FLUSH);

Completed in 46 milliseconds