Searched refs:Z_PARTIAL_FLUSH (Results 1 – 8 of 8) sorted by relevance
163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
440 err = deflate(strm, Z_PARTIAL_FLUSH);809 if (flush == Z_PARTIAL_FLUSH) {
552 (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4)830 - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but841 - suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
165 #define Z_PARTIAL_FLUSH 1 macro
529 if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1)
167 - Remove second empty static block for Z_PARTIAL_FLUSH516 - Remove deprecation comment on Z_PARTIAL_FLUSH (it stays)1169 (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4)1447 - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but1458 - suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
924 if (flush == Z_PARTIAL_FLUSH) {
169 #define Z_PARTIAL_FLUSH 1 macro