Home
last modified time | relevance | path

Searched refs:Z_NO_FLUSH (Results 1 – 7 of 7) sorted by relevance

/linux/lib/zlib_deflate/
H A Ddeflate.c304 s->last_flush = Z_NO_FLUSH; in zlib_deflateReset()
406 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) { in zlib_deflate()
888 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more; in deflate_stored()
939 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { in deflate_fast()
1034 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { in deflate_slow()
1124 Assert (flush != Z_NO_FLUSH, "no flush?"); in deflate_slow()
/linux/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c144 no_flush = flush == Z_NO_FLUSH; in dfltcc_deflate()
303 *result = flush == Z_NO_FLUSH ? need_more : block_done; in dfltcc_deflate()
/linux/tools/perf/util/
H A Dzlib.c53 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file()
/linux/include/linux/
H A Dzlib.h139 #define Z_NO_FLUSH 0 macro
/linux/fs/btrfs/
H A Dzlib.c344 ret = zlib_inflate(&workspace->strm, Z_NO_FLUSH); in zlib_decompress_bio()
/linux/fs/
H A Dbinfmt_flat.c272 while ((ret = zlib_inflate(&strm, Z_NO_FLUSH)) == Z_OK) { in decompress_exec()
/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c323 if (zlib_deflate(zstream, Z_NO_FLUSH) != Z_OK) in compress_page()