Searched refs:Z_BLOCK (Results 1 – 22 of 22) sorted by relevance
22 - illustrates the use of the Z_BLOCK flush parameter for inflate()27 - illustrates the use of the Z_BLOCK flush parameter for inflate()48 - illustrates the use of Z_BLOCK, inflatePrime(), and
195 ret = inflate(&strm, Z_BLOCK); /* return at end of block */ in build_index()
329 ret = inflate(&strm, Z_BLOCK); in gzcopy()
310 ret = inflate(strm, Z_BLOCK); in gzscan()
73 Z_BLOCK = 5;
167 #define Z_BLOCK 5 macro
170 #define Z_BLOCK 5 macro
443 err = deflate(strm, Z_BLOCK);596 flush > Z_BLOCK || flush < 0) {866 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
811 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
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 */
827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
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
514 err = deflate(strm, Z_BLOCK); in deflateParams()672 flush > Z_BLOCK || flush < 0) { in deflate()925 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */ in deflate()
233 #define Z_BLOCK 5 macro
827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave; in inflate()
229 #define Z_BLOCK 5 macro
42 D Z_BLOCK C 5