Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dzlib.h169 #define Z_PARTIAL_FLUSH 1 macro
H A DChangeLog210 - Remove second empty static block for Z_PARTIAL_FLUSH
559 - Remove deprecation comment on Z_PARTIAL_FLUSH (it stays)
1212 (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4)
1490 - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but
1501 - suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
H A Ddeflate.c1025 if (flush == Z_PARTIAL_FLUSH) {
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c436 if (flush == Z_SYNC_FLUSH || flush == Z_PARTIAL_FLUSH) { in z_deflate()