Searched refs:Z_BLOCK (Results 1 – 9 of 9) sorted by relevance
167 #define Z_BLOCK 5 macro
774 if (flush == Z_BLOCK) goto inf_leave;
149 - Correct Z_BLOCK to not return on first inflate call if no wrap190 - Add Z_BLOCK flush option to return from inflate at block boundary
169 #define Z_BLOCK 5 macro
515 err = deflate(strm, Z_BLOCK);673 flush > Z_BLOCK || flush < 0) {926 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
163 - Permit stronger flushes after Z_BLOCK flushes168 - Write out all of the available bits when using Z_BLOCK529 - Allow Z_BLOCK for deflate() to force a new block766 - Correct Z_BLOCK to not return on first inflate call if no wrap807 - Add Z_BLOCK flush option to return from inflate at block boundary
827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
173 #define Z_BLOCK 5 macro
850 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;