Searched refs:Z_FINISH (Results 1 – 6 of 6) sorted by relevance
43 err = inflate (&stream, Z_FINISH); in cramfs_uncompress_block()
596 if (s->status == FINISH_STATE && flush != Z_FINISH) {804 flush != Z_FINISH) {864 if (flush != Z_FINISH) return Z_OK;1508 FLUSH_BLOCK(s, flush == Z_FINISH);1509 return flush == Z_FINISH ? finish_done : block_done;1605 FLUSH_BLOCK(s, flush == Z_FINISH);1606 return flush == Z_FINISH ? finish_done : block_done;1730 FLUSH_BLOCK(s, flush == Z_FINISH);1731 return flush == Z_FINISH ? finish_done : block_done;1798 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()
298 r = inflate(&s, Z_FINISH); in zunzip()
475 #define Z_FINISH 4 macro
Completed in 11 milliseconds