/openbmc/linux/lib/zlib_dfltcc/ |
H A D | dfltcc_deflate.c | 159 if (flush == Z_FINISH) in dfltcc_deflate() 217 need_empty_block = flush == Z_FINISH && param->bcf && !param->bhf; in dfltcc_deflate() 225 if (flush == Z_FINISH && !param->bcf) in dfltcc_deflate() 292 if (flush == Z_FINISH) { in dfltcc_deflate()
|
/openbmc/linux/lib/zlib_deflate/ |
H A D | deflate.c | 338 flush > Z_FINISH || flush < 0) { in zlib_deflate() 344 (s->status == FINISH_STATE && flush != Z_FINISH)) { in zlib_deflate() 394 flush != Z_FINISH) { in zlib_deflate() 453 if (flush != Z_FINISH) return Z_OK; in zlib_deflate() 912 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_stored() 913 return flush == Z_FINISH ? finish_done : block_done; in deflate_stored() 1008 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_fast() 1009 return flush == Z_FINISH ? finish_done : block_done; in deflate_fast() 1130 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_slow() 1131 return flush == Z_FINISH ? finish_done : block_done; in deflate_slow()
|
/openbmc/linux/fs/jffs2/ |
H A D | compr_zlib.c | 114 ret = zlib_deflate(&def_strm, Z_FINISH); in jffs2_zlib_compress() 180 while((ret = zlib_inflate(&inf_strm, Z_FINISH)) == Z_OK) in jffs2_zlib_decompress()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | head-inflate-data.c | 52 rc = zlib_inflate(strm, Z_FINISH); in __inflate_kernel_data()
|
/openbmc/u-boot/lib/zlib/ |
H A D | deflate.c | 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 …]
|
H A D | inflate.c | 924 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) in inflate()
|
/openbmc/u-boot/fs/cramfs/ |
H A D | uncompress.c | 43 err = inflate (&stream, Z_FINISH); in cramfs_uncompress_block()
|
/openbmc/linux/lib/zlib_inflate/ |
H A D | infutil.c | 34 rc = zlib_inflate(strm, Z_FINISH); in zlib_inflate_blob()
|
H A D | inflate.c | 764 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) in zlib_inflate()
|
/openbmc/linux/fs/cramfs/ |
H A D | uncompress.c | 48 err = zlib_inflate(&stream, Z_FINISH); in cramfs_uncompress_block()
|
/openbmc/linux/arch/xtensa/boot/lib/ |
H A D | zmem.c | 73 r = zlib_inflate(&s, Z_FINISH); in gunzip()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_zlib.c | 57 rc = zlib_deflate(&compress_stream, Z_FINISH); in cudbg_compress_buff()
|
/openbmc/linux/include/linux/ |
H A D | zlib.h | 144 #define Z_FINISH 5 macro
|
/openbmc/linux/crypto/ |
H A D | deflate.c | 194 ret = zlib_deflate(stream, Z_FINISH); in __deflate_compress() 249 ret = zlib_inflate(stream, Z_FINISH); in __deflate_decompress()
|
/openbmc/u-boot/lib/ |
H A D | gzip.c | 83 Z_NO_FLUSH : Z_FINISH; in zzip()
|
H A D | gunzip.c | 295 r = inflate(&s, Z_FINISH); in zunzip()
|
/openbmc/qemu/block/ |
H A D | qcow2-threads.c | 116 ret = deflate(&strm, Z_FINISH); in qcow2_zlib_compress() 157 ret = inflate(&strm, Z_FINISH); in qcow2_zlib_decompress()
|
H A D | cloop.c | 244 ret = inflate(&s->zstream, Z_FINISH); in cloop_read_block()
|
H A D | qcow.c | 584 ret = inflate(strm, Z_FINISH); in decompress_buffer() 1094 ret = deflate(&strm, Z_FINISH); in qcow_co_pwritev_compressed()
|
H A D | dmg.c | 662 ret = inflate(&s->zstream, Z_FINISH); in dmg_read_chunk()
|
/openbmc/qemu/ui/ |
H A D | vnc-clipboard.c | 50 ret = inflate(&stream, Z_FINISH); in inflate_buffer() 105 ret = deflate(&stream, Z_FINISH); in deflate_buffer()
|
/openbmc/linux/fs/btrfs/ |
H A D | zlib.c | 226 ret = zlib_deflate(&workspace->strm, Z_FINISH); in zlib_compress_pages() 392 ret = zlib_inflate(&workspace->strm, Z_FINISH); in zlib_decompress()
|
/openbmc/linux/fs/pstore/ |
H A D | platform.c | 193 ret = zlib_deflate(&zstream, Z_FINISH); in pstore_compress() 623 ret = zlib_inflate(zstream, Z_FINISH); in decompress_record()
|
/openbmc/u-boot/include/u-boot/ |
H A D | zlib.h | 469 #define Z_FINISH 4 macro
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | nvram_64.c | 336 err = zlib_deflate(&stream, Z_FINISH); in nvram_compress()
|