Searched refs:Z_NO_FLUSH (Results 1 – 6 of 6) sorted by relevance
275 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()
53 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file()
139 #define Z_NO_FLUSH 0 macro
272 ret = zlib_inflate(&workspace->strm, Z_NO_FLUSH); in zlib_decompress_bio()366 ret = zlib_inflate(&workspace->strm, Z_NO_FLUSH); in zlib_decompress()
282 while ((ret = zlib_inflate(&strm, Z_NO_FLUSH)) == Z_OK) { in decompress_exec()
308 if (zlib_deflate(zstream, Z_NO_FLUSH) != Z_OK) in compress_page()