/external/rust/crates/libz-sys/src/zlib/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/rust/crates/libz-sys/src/zlib-ng/arch/s390/ |
D | dfltcc_inflate.c | 56 if (flush == Z_BLOCK || flush == Z_TREES) { in dfltcc_inflate()
|
D | README.md | 48 * `inflate(Z_BLOCK)` and `inflate(Z_TREES)` 189 * Falling back to software when flush mode is `Z_BLOCK` or `Z_TREES`.
|
/external/rust/crates/flate2/src/ffi/ |
D | c.rs | 357 pub use libz_sys::Z_BLOCK as MZ_BLOCK; 421 pub use cloudflare_zlib_sys::Z_BLOCK as MZ_BLOCK;
|
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/ |
D | zlibpas.pas | 73 Z_BLOCK = 5;
|
/external/rust/crates/libz-sys/src/ |
D | lib.rs | 194 pub const Z_BLOCK: c_int = 5; constant
|
/external/curl/lib/ |
D | content_encoding.c | 195 #ifdef Z_BLOCK in inflate_stream() 197 status = inflate(z, Z_BLOCK); in inflate_stream()
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | deflate.c | 615 int flush = RANK(hook_flush) > RANK(Z_BLOCK) ? hook_flush : Z_BLOCK; in PREFIX() 773 if (deflateStateCheck(strm) || flush > Z_BLOCK || flush < 0) in PREFIX() 1014 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */ in PREFIX()
|
D | zlib.h | 171 #define Z_BLOCK 5 macro
|
D | gzwrite.c | 479 if (strm->avail_in && gz_comp(state, Z_BLOCK) == -1) in PREFIX()
|
D | zlib-ng.h | 162 #define Z_BLOCK 5 macro
|
/external/libwebsockets/win32port/zlib/ |
D | zlib.h | 169 #define Z_BLOCK 5 macro
|
D | deflate.c | 449 err = deflate(strm, Z_BLOCK); 602 flush > Z_BLOCK || flush < 0) { 855 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
|
/external/python/cpython3/Modules/ |
D | zlibmodule.c | 1462 #ifdef Z_BLOCK // 1.2.0.5 for inflate, 1.2.3.4 for deflate in PyInit_zlib() 1463 PyModule_AddIntMacro(m, Z_BLOCK); in PyInit_zlib()
|
/external/zstd/zlibWrapper/ |
D | README.md | 130 - deflate (with exception of Z_FULL_FLUSH, Z_BLOCK, and Z_TREES)
|
/external/rust/crates/libz-sys/src/zlib/ |
D | zlib.h | 173 #define Z_BLOCK 5 macro
|
D | deflate.c | 592 int err = deflate(strm, Z_BLOCK); 770 if (deflateStateCheck(strm) || flush > Z_BLOCK || flush < 0) { 1024 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
|
/external/python/cpython2/Modules/zlib/ |
D | zlib.h | 173 #define Z_BLOCK 5 macro
|
D | deflate.c | 592 int err = deflate(strm, Z_BLOCK); 770 if (deflateStateCheck(strm) || flush > Z_BLOCK || flush < 0) { 1024 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
|
/external/OpenCL-CTS/test_common/miniz/ |
D | miniz.h | 233 #define Z_BLOCK MZ_BLOCK macro
|
/external/zlib/ |
D | zlib.h | 216 #define Z_BLOCK 5 macro
|
D | deflate.c | 638 int err = deflate(strm, Z_BLOCK); 816 if (deflateStateCheck(strm) || flush > Z_BLOCK || flush < 0) { 1070 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
|