Searched refs:Z_NO_FLUSH (Results 1 – 12 of 12) sorted by relevance
304 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()
53 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file()
139 #define Z_NO_FLUSH 0 macro
144 no_flush = flush == Z_NO_FLUSH; in dfltcc_deflate()303 *result = flush == Z_NO_FLUSH ? need_more : block_done; in dfltcc_deflate()
139 int flush = Z_NO_FLUSH; in zlib_send_prepare()291 int flush = Z_NO_FLUSH; in zlib_recv()
83 Z_NO_FLUSH : Z_FINISH; in zzip()
97 ret = inflate(&stream, Z_NO_FLUSH); in decompress_zlib()
380 s->last_flush = Z_NO_FLUSH;815 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) {1483 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more;1533 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {1630 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {1723 Assert (flush != Z_NO_FLUSH, "no flush?");1754 if (s->lookahead < MAX_MATCH && flush == Z_NO_FLUSH) {1816 if (flush == Z_NO_FLUSH)
465 #define Z_NO_FLUSH 0 macro
310 ret = zlib_inflate(&workspace->strm, Z_NO_FLUSH); in zlib_decompress_bio()
272 while ((ret = zlib_inflate(&strm, Z_NO_FLUSH)) == Z_OK) { in decompress_exec()
321 if (zlib_deflate(zstream, Z_NO_FLUSH) != Z_OK) in compress_page()