Searched refs:Z_FINISH (Results 1 – 6 of 6) sorted by relevance
43 err = inflate (&stream, Z_FINISH); in cramfs_uncompress_block()
595 if (s->status == FINISH_STATE && flush != Z_FINISH) {803 flush != Z_FINISH) {863 if (flush != Z_FINISH) return Z_OK;1507 FLUSH_BLOCK(s, flush == Z_FINISH);1508 return flush == Z_FINISH ? finish_done : block_done;1604 FLUSH_BLOCK(s, flush == Z_FINISH);1605 return flush == Z_FINISH ? finish_done : block_done;1729 FLUSH_BLOCK(s, flush == Z_FINISH);1730 return flush == Z_FINISH ? finish_done : block_done;1797 FLUSH_BLOCK(s, flush == Z_FINISH);[all …]
924 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) in inflate()
84 Z_NO_FLUSH : Z_FINISH; in zzip()
307 r = inflate(&s, Z_FINISH); in zunzip()
469 #define Z_FINISH 4 macro