Home
last modified time | relevance | path

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

12

/openbmc/linux/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c159 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 Ddeflate.c338 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 Dcompr_zlib.c114 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 Dhead-inflate-data.c52 rc = zlib_inflate(strm, Z_FINISH); in __inflate_kernel_data()
/openbmc/u-boot/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()
/openbmc/u-boot/fs/cramfs/
H A Duncompress.c43 err = inflate (&stream, Z_FINISH); in cramfs_uncompress_block()
/openbmc/linux/lib/zlib_inflate/
H A Dinfutil.c34 rc = zlib_inflate(strm, Z_FINISH); in zlib_inflate_blob()
H A Dinflate.c764 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) in zlib_inflate()
/openbmc/linux/fs/cramfs/
H A Duncompress.c48 err = zlib_inflate(&stream, Z_FINISH); in cramfs_uncompress_block()
/openbmc/linux/arch/xtensa/boot/lib/
H A Dzmem.c73 r = zlib_inflate(&s, Z_FINISH); in gunzip()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_zlib.c57 rc = zlib_deflate(&compress_stream, Z_FINISH); in cudbg_compress_buff()
/openbmc/linux/include/linux/
H A Dzlib.h144 #define Z_FINISH 5 macro
/openbmc/linux/crypto/
H A Ddeflate.c194 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 Dgzip.c83 Z_NO_FLUSH : Z_FINISH; in zzip()
H A Dgunzip.c295 r = inflate(&s, Z_FINISH); in zunzip()
/openbmc/qemu/block/
H A Dqcow2-threads.c116 ret = deflate(&strm, Z_FINISH); in qcow2_zlib_compress()
157 ret = inflate(&strm, Z_FINISH); in qcow2_zlib_decompress()
H A Dcloop.c244 ret = inflate(&s->zstream, Z_FINISH); in cloop_read_block()
H A Dqcow.c584 ret = inflate(strm, Z_FINISH); in decompress_buffer()
1094 ret = deflate(&strm, Z_FINISH); in qcow_co_pwritev_compressed()
H A Ddmg.c662 ret = inflate(&s->zstream, Z_FINISH); in dmg_read_chunk()
/openbmc/qemu/ui/
H A Dvnc-clipboard.c50 ret = inflate(&stream, Z_FINISH); in inflate_buffer()
105 ret = deflate(&stream, Z_FINISH); in deflate_buffer()
/openbmc/linux/fs/btrfs/
H A Dzlib.c226 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 Dplatform.c193 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 Dzlib.h469 #define Z_FINISH 4 macro
/openbmc/linux/arch/powerpc/kernel/
H A Dnvram_64.c336 err = zlib_deflate(&stream, Z_FINISH); in nvram_compress()

12