Searched refs:Z_BLOCK (Results 1 – 22 of 22) sorted by relevance
/external/zlib/src/examples/ |
D | README.examples | 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
|
D | zran.c | 195 ret = inflate(&strm, Z_BLOCK); /* return at end of block */ in build_index()
|
D | gzjoin.c | 329 ret = inflate(&strm, Z_BLOCK); in gzcopy()
|
D | gzappend.c | 310 ret = inflate(strm, Z_BLOCK); in gzscan()
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 73 Z_BLOCK = 5;
|
/external/syslinux/com32/include/ |
D | zlib.h | 169 #define Z_BLOCK 5 macro
|
/external/zlib/src/ |
D | zlib.h | 169 #define Z_BLOCK 5 macro
|
D | deflate.c | 515 err = deflate(strm, Z_BLOCK); 673 flush > Z_BLOCK || flush < 0) { 926 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
|
D | ChangeLog | 163 - Permit stronger flushes after Z_BLOCK flushes 168 - Write out all of the available bits when using Z_BLOCK 529 - Allow Z_BLOCK for deflate() to force a new block 766 - Correct Z_BLOCK to not return on first inflate call if no wrap 807 - Add Z_BLOCK flush option to return from inflate at block boundary
|
D | inflate.c | 827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
|
/external/python/cpython2/Modules/zlib/ |
D | zlib.h | 169 #define Z_BLOCK 5 macro
|
D | deflate.c | 515 err = deflate(strm, Z_BLOCK); 673 flush > Z_BLOCK || flush < 0) { 926 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
|
D | ChangeLog | 163 - Permit stronger flushes after Z_BLOCK flushes 168 - Write out all of the available bits when using Z_BLOCK 529 - Allow Z_BLOCK for deflate() to force a new block 766 - Correct Z_BLOCK to not return on first inflate call if no wrap 807 - Add Z_BLOCK flush option to return from inflate at block boundary
|
D | inflate.c | 827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
|
/external/zlib/ |
D | zlib.h | 169 #define Z_BLOCK 5 macro
|
/external/syslinux/com32/lib/zlib/ |
D | deflate.c | 437 err = deflate(strm, Z_BLOCK); 590 flush > Z_BLOCK || flush < 0) { 843 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
|
D | inflate.c | 811 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
|
/external/pdfium/third_party/zlib_v128/ |
D | deflate.c | 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()
|
D | zlib.h | 238 #define Z_BLOCK 5 macro
|
D | inflate.c | 827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave; in inflate()
|
/external/zlib/src/as400/ |
D | zlib.inc | 42 D Z_BLOCK C 5
|
/external/fio/ |
D | server.c | 1716 ret = deflate(stream, Z_BLOCK); in __deflate_pdu_buffer() 1801 ret = deflate(stream, Z_BLOCK); in __fio_append_iolog_gz()
|