Searched defs:fFlushType (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);
555 * @param fFlushType The flush type to pass to deflate().
557 static int rtZipGzip_FlushIt(PRTZIPGZIPSTREAM pThis, uint8_t fFlushType) argument
581 int rcZlib = deflate(&pThis->Zlib, fFlushType);
583 fMaybeMore = pThis->Zlib.avail_out < 64 || fFlushType == Z_FINISH;

Completed in 54 milliseconds