Searched refs:Z_BLOCK (Results 1 – 8 of 8) sorted by relevance
173 #define Z_BLOCK 5 macro
595 int err = deflate(strm, Z_BLOCK);773 if (deflateStateCheck(strm) || flush > Z_BLOCK || flush < 0) {1027 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
620 if (strm->avail_in && gz_comp(state, Z_BLOCK) == -1)
206 - Permit stronger flushes after Z_BLOCK flushes211 - Write out all of the available bits when using Z_BLOCK572 - Allow Z_BLOCK for deflate() to force a new block809 - Correct Z_BLOCK to not return on first inflate call if no wrap850 - Add Z_BLOCK flush option to return from inflate at block boundary
850 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
130 - deflate (with exception of Z_FULL_FLUSH, Z_BLOCK, and Z_TREES)
623 if (strm->avail_in && gz_comp(state, Z_BLOCK) == -1)
414 || flush == Z_BLOCK) in z_deflate()