Home
last modified time | relevance | path

Searched refs:Z_PARTIAL_FLUSH (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/zlib/
H A Dzlib.h169 #define Z_PARTIAL_FLUSH 1 macro
H A DChangeLog313 - Remove second empty static block for Z_PARTIAL_FLUSH
662 - Remove deprecation comment on Z_PARTIAL_FLUSH (it stays)
1315 (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4)
1593 - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but
1604 - suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
H A Ddeflate.c1204 if (flush == Z_PARTIAL_FLUSH) { in deflate()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c451 if (flush == Z_SYNC_FLUSH || flush == Z_PARTIAL_FLUSH) { in z_deflate()
/freebsd/crypto/openssh/
H A Dpacket.c851 Z_PARTIAL_FLUSH); in compress_buffer()