Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zlib_deflate/
Ddeflate.c304 s->last_flush = Z_NO_FLUSH; in zlib_deflateReset()
406 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) { in zlib_deflate()
881 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more; in deflate_stored()
932 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { in deflate_fast()
1027 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { in deflate_slow()
1117 Assert (flush != Z_NO_FLUSH, "no flush?"); in deflate_slow()
/linux-6.1.9/lib/zlib_dfltcc/
Ddfltcc_deflate.c121 no_flush = flush == Z_NO_FLUSH; in dfltcc_deflate()
272 *result = flush == Z_NO_FLUSH ? need_more : block_done; in dfltcc_deflate()
/linux-6.1.9/include/linux/
Dzlib.h139 #define Z_NO_FLUSH 0 macro
/linux-6.1.9/tools/perf/util/
Dzlib.c53 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file()
/linux-6.1.9/fs/btrfs/
Dzlib.c310 ret = zlib_inflate(&workspace->strm, Z_NO_FLUSH); in zlib_decompress_bio()
400 ret = zlib_inflate(&workspace->strm, Z_NO_FLUSH); in zlib_decompress()
/linux-6.1.9/fs/
Dbinfmt_flat.c270 while ((ret = zlib_inflate(&strm, Z_NO_FLUSH)) == Z_OK) { in decompress_exec()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_gpu_error.c320 if (zlib_deflate(zstream, Z_NO_FLUSH) != Z_OK) in compress_page()