Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds