Home
last modified time | relevance | path

Searched refs:Z_BLOCK (Results 1 – 25 of 40) sorted by relevance

12

/external/rust/crates/libz-sys/src/zlib/examples/
DREADME.examples22 - 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
Dzran.c195 ret = inflate(&strm, Z_BLOCK); /* return at end of block */ in build_index()
Dgzjoin.c329 ret = inflate(&strm, Z_BLOCK); in gzcopy()
Dgzappend.c310 ret = inflate(strm, Z_BLOCK); in gzscan()
/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/
Ddfltcc_inflate.c56 if (flush == Z_BLOCK || flush == Z_TREES) { in dfltcc_inflate()
DREADME.md48 * `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/
Dc.rs357 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/
Dzlibpas.pas73 Z_BLOCK = 5;
/external/rust/crates/libz-sys/src/
Dlib.rs194 pub const Z_BLOCK: c_int = 5; constant
/external/curl/lib/
Dcontent_encoding.c195 #ifdef Z_BLOCK in inflate_stream()
197 status = inflate(z, Z_BLOCK); in inflate_stream()
/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate.c615 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()
Dzlib.h171 #define Z_BLOCK 5 macro
Dgzwrite.c479 if (strm->avail_in && gz_comp(state, Z_BLOCK) == -1) in PREFIX()
Dzlib-ng.h162 #define Z_BLOCK 5 macro
/external/libwebsockets/win32port/zlib/
Dzlib.h169 #define Z_BLOCK 5 macro
Ddeflate.c449 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/
Dzlibmodule.c1462 #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/
DREADME.md130 - deflate (with exception of Z_FULL_FLUSH, Z_BLOCK, and Z_TREES)
/external/rust/crates/libz-sys/src/zlib/
Dzlib.h173 #define Z_BLOCK 5 macro
Ddeflate.c592 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/
Dzlib.h173 #define Z_BLOCK 5 macro
Ddeflate.c592 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/
Dminiz.h233 #define Z_BLOCK MZ_BLOCK macro
/external/zlib/
Dzlib.h216 #define Z_BLOCK 5 macro
Ddeflate.c638 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 */

12