Searched refs:Z_PARTIAL_FLUSH (Results 1 - 3 of 3) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dzlib.h165 #define Z_PARTIAL_FLUSH 1 macro
290 If flush is set to Z_PARTIAL_FLUSH, all pending output is flushed to the
598 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
H A Dgzwrite.c529 if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1)
H A Ddeflate.c158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
924 if (flush == Z_PARTIAL_FLUSH) {

Completed in 611 milliseconds