Searched refs:Z_NO_FLUSH (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/tools/perf/util/
H A Dzlib.c50 ret = inflate(&zs, Z_NO_FLUSH); gzip_decompress_to_file()
/linux-4.1.27/lib/zlib_deflate/
H A Ddeflate.c275 s->last_flush = Z_NO_FLUSH; zlib_deflateReset()
404 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) { zlib_deflate()
417 /* If flush != Z_NO_FLUSH && avail_out == 0, the next call zlib_deflate()
877 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more; deflate_stored()
928 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { deflate_fast()
1023 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { deflate_slow()
1113 Assert (flush != Z_NO_FLUSH, "no flush?"); deflate_slow()
/linux-4.1.27/fs/btrfs/
H A Dzlib.c256 ret = zlib_inflate(&workspace->strm, Z_NO_FLUSH); zlib_decompress_biovec()
351 ret = zlib_inflate(&workspace->strm, Z_NO_FLUSH); zlib_decompress()
/linux-4.1.27/crypto/
H A Dzlib.c156 ret = zlib_deflate(stream, Z_NO_FLUSH); zlib_compress_update()
/linux-4.1.27/include/linux/
H A Dzlib.h139 #define Z_NO_FLUSH 0 macro
366 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
/linux-4.1.27/fs/
H A Dbinfmt_flat.c280 while ((ret = zlib_inflate(&strm, Z_NO_FLUSH)) == Z_OK) { decompress_exec()

Completed in 382 milliseconds