Home
last modified time | relevance | path

Searched refs:Z_TREES (Results 1 – 25 of 28) sorted by relevance

12

/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/libwebsockets/win32port/zlib/
Dinflate.c811 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
832 if (flush == Z_TREES) {
861 if (flush == Z_TREES) goto inf_leave;
1003 if (flush == Z_TREES) goto inf_leave;
Dzlib.h170 #define Z_TREES 6 macro
/external/rust/crates/libz-sys/src/zlib-ng/
Dinflate.c605 if (flush == Z_BLOCK || flush == Z_TREES) in PREFIX()
628 if (flush == Z_TREES) { in PREFIX()
657 if (flush == Z_TREES) in PREFIX()
806 if (flush == Z_TREES) in PREFIX()
Dzlib.h172 #define Z_TREES 6 macro
Dzlib-ng.h163 #define Z_TREES 6 macro
/external/angle/third_party/zlib/contrib/optimizations/
Dinflate.c862 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
883 if (flush == Z_TREES) {
912 if (flush == Z_TREES) goto inf_leave;
1053 if (flush == Z_TREES) goto inf_leave;
/external/zlib/
Dinflate.c851 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
872 if (flush == Z_TREES) {
901 if (flush == Z_TREES) goto inf_leave;
1042 if (flush == Z_TREES) goto inf_leave;
Dzlib.h217 #define Z_TREES 6 macro
/external/zlib/contrib/optimizations/
Dinflate.c862 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
883 if (flush == Z_TREES) {
912 if (flush == Z_TREES) goto inf_leave;
1053 if (flush == Z_TREES) goto inf_leave;
/external/angle/third_party/zlib/
Dinflate.c851 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
872 if (flush == Z_TREES) {
901 if (flush == Z_TREES) goto inf_leave;
1042 if (flush == Z_TREES) goto inf_leave;
Dzlib.h174 #define Z_TREES 6 macro
/external/rust/crates/libz-sys/src/zlib/
Dinflate.c850 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
871 if (flush == Z_TREES) {
900 if (flush == Z_TREES) goto inf_leave;
1041 if (flush == Z_TREES) goto inf_leave;
Dzlib.h174 #define Z_TREES 6 macro
/external/python/cpython2/Modules/zlib/
Dinflate.c850 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
871 if (flush == Z_TREES) {
900 if (flush == Z_TREES) goto inf_leave;
1041 if (flush == Z_TREES) goto inf_leave;
Dzlib.h174 #define Z_TREES 6 macro
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/
Dzlibpas.pas74 Z_TREES = 6;
/external/rust/crates/libz-sys/src/
Dlib.rs195 pub const Z_TREES: c_int = 6; constant
/external/python/cpython3/Modules/
Dzlibmodule.c1465 #ifdef Z_TREES // 1.2.3.4, only for inflate in PyInit_zlib()
1466 PyModule_AddIntMacro(m, Z_TREES); in PyInit_zlib()
/external/zstd/zlibWrapper/
DREADME.md130 - deflate (with exception of Z_FULL_FLUSH, Z_BLOCK, and Z_TREES)
/external/zlib/contrib/tests/
Dinfcover.cc563 ret = inflate(&strm, Z_TREES);
/external/rust/crates/libz-sys/src/zlib/test/
Dinfcover.c541 ret = inflate(&strm, Z_TREES); in try()
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dinfcover.c551 ret = PREFIX(inflate)(&strm, Z_TREES); in try()
/external/rust/crates/libz-sys/src/zlib/os400/
Dzlib.inc43 D Z_TREES C 6

12