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

/vbox/src/VBox/Runtime/common/zip/
H A Dgzipvfs.cpp563 bool fMaybeMore = true; local
575 if (!fMaybeMore)
583 fMaybeMore = pThis->Zlib.avail_out < 64 || fFlushType == Z_FINISH;
585 fMaybeMore = false;

Completed in 56 milliseconds