Z_NO_FLUSH
ret = zlib_inflate(stream, Z_NO_FLUSH);
flush = Z_NO_FLUSH;
if (zlib_deflate(zstream, Z_NO_FLUSH) != Z_OK)
while ((ret = zlib_inflate(&strm, Z_NO_FLUSH)) == Z_OK) {
ret = zlib_inflate(&workspace->strm, Z_NO_FLUSH);
if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
Assert (flush != Z_NO_FLUSH, "no flush?");
s->last_flush = Z_NO_FLUSH;
(flush != Z_NO_FLUSH && s->status != FINISH_STATE)) {
if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more;
if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
no_flush = flush == Z_NO_FLUSH;
*result = flush == Z_NO_FLUSH ? need_more : block_done;
ret = inflate(&zs, Z_NO_FLUSH);