Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/cramfs/
H A Duncompress.c43 err = inflate (&stream, Z_FINISH); in cramfs_uncompress_block()
/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.c595 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 …]
H A Dinflate.c924 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) in inflate()
/rk3399_rockchip-uboot/lib/
H A Dgzip.c84 Z_NO_FLUSH : Z_FINISH; in zzip()
H A Dgunzip.c307 r = inflate(&s, Z_FINISH); in zunzip()
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h469 #define Z_FINISH 4 macro