/freebsd/usr.sbin/ppp/ |
H A D | deflate.c | 123 if (flush == Z_SYNC_FLUSH && state->cx.avail_out != 0) in DeflateOutput() 131 flush = Z_SYNC_FLUSH; in DeflateOutput() 252 flush = mi->m_next ? Z_NO_FLUSH : Z_SYNC_FLUSH; in DeflateInput() 268 if (flush == Z_SYNC_FLUSH && state->cx.avail_out != 0) in DeflateInput() 276 flush = Z_SYNC_FLUSH; in DeflateInput() 331 inflate(&state->cx, Z_SYNC_FLUSH); in DeflateInput() 394 if (flush == Z_SYNC_FLUSH && state->cx.avail_out != 0) in DeflateDictSetup() 402 flush = Z_SYNC_FLUSH; in DeflateDictSetup()
|
/freebsd/sys/netgraph/ |
H A D | ng_deflate.c | 462 rtn = deflate(&priv->cx, Z_SYNC_FLUSH); in ng_deflate_compress() 595 rtn = inflate(&priv->cx, Z_SYNC_FLUSH); in ng_deflate_decompress() 619 inflate(&priv->cx, Z_SYNC_FLUSH); in ng_deflate_decompress() 678 rtn = inflate(&priv->cx, Z_SYNC_FLUSH); in ng_deflate_decompress()
|
/freebsd/sys/contrib/zstd/zlibWrapper/examples/ |
H A D | fitblk.c | 83 flush = Z_SYNC_FLUSH; in partcompress() 95 } while (def->avail_out != 0 && flush == Z_SYNC_FLUSH); in partcompress()
|
/freebsd/contrib/netbsd-tests/crypto/opencrypto/ |
H A D | h_comp_zlib.c | 83 res = inflate(&z, Z_SYNC_FLUSH); in main()
|
H A D | h_comp_zlib_rnd.c | 87 res = inflate(&z, Z_SYNC_FLUSH); in main()
|
/freebsd/sys/opencrypto/ |
H A D | cryptodeflate.c | 143 error = decomp ? inflate(&zbuf, Z_SYNC_FLUSH) : in deflate_global()
|
/freebsd/crypto/openssl/crypto/comp/ |
H A D | c_zlib.c | 180 err = deflate(&state->ostream, Z_SYNC_FLUSH); in zlib_stateful_compress_block() 201 err = inflate(&state->istream, Z_SYNC_FLUSH); in zlib_stateful_expand_block()
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_zlib.c | 118 return Z_SYNC_FLUSH; in getstate()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_zlib.c | 118 return Z_SYNC_FLUSH; in getstate()
|
/freebsd/stand/libsa/ |
H A D | gzipfs.c | 256 error = inflate(&zf->zf_zstream, Z_SYNC_FLUSH); /* decompression pass */ in zf_read()
|
H A D | pkgfs.c | 484 c = inflate(&pkg->pkg_zs, Z_SYNC_FLUSH); in get_zipped()
|
/freebsd/usr.sbin/fifolog/lib/ |
H A D | fifolog_write_poll.c | 272 fl = Z_SYNC_FLUSH; in fifolog_write_gzip()
|
/freebsd/usr.sbin/bhyve/ |
H A D | rfb.c | 528 err = deflate(&rc->zstream, Z_SYNC_FLUSH); in rfb_send_rect() 618 err = deflate(&rc->zstream, Z_SYNC_FLUSH); in rfb_send_all()
|
/freebsd/contrib/pnglite/ |
H A D | pnglite.c | 295 result = inflate(stream, Z_SYNC_FLUSH); in png_inflate()
|
/freebsd/sys/contrib/zlib/ |
H A D | zlib.h | 170 #define Z_SYNC_FLUSH 2 macro
|
H A D | ChangeLog | 1456 - Document Z_SYNC_FLUSH
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | OutputSections.cpp | 440 i != numShards - 1 ? Z_SYNC_FLUSH : Z_FINISH); in maybeCompress()
|
/freebsd/contrib/file/src/ |
H A D | compress.c | 639 rc = inflate(&z, Z_SYNC_FLUSH); in uncompresszlib()
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | zstd_zlibwrapper.c | 451 if (flush == Z_SYNC_FLUSH || flush == Z_PARTIAL_FLUSH) { in z_deflate()
|
/freebsd/crypto/openssh/ |
H A D | packet.c | 798 Z_SYNC_FLUSH); in uncompress_buffer()
|
/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 550 Fixed : support for Z_SYNC_FLUSH, by Dmitry Krot (#291)
|