Home
last modified time | relevance | path

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

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