Home
last modified time | relevance | path

Searched refs:Z_FILTERED (Results 1 – 25 of 49) sorted by relevance

12

/external/freetype/src/gzip/
Dzlib.h151 #define Z_FILTERED 1 macro
/external/zlib/contrib/tests/fuzzers/
Ddeflate_fuzzer.cc30 {Z_DEFAULT_STRATEGY, Z_FILTERED, Z_HUFFMAN_ONLY, Z_RLE, Z_FIXED}); in LLVMFuzzerTestOneInput()
/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate_slow.c59 if (match_len <= 5 && (s->strategy == Z_FILTERED)) { in deflate_slow()
Dgzlib.c100 state->strategy = Z_FILTERED; in gz_open()
Dzlib.h194 #define Z_FILTERED 1 macro
Dzlib-ng.h185 #define Z_FILTERED 1 macro
/external/oss-fuzz/projects/zlib/
Dexample_large_fuzzer.c62 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED); in test_large_deflate()
/external/rust/crates/libz-sys/src/zlib-ng/test/fuzz/
Dexample_large_fuzzer.c67 PREFIX(deflateParams)(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED); in test_large_deflate()
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/
Dzlibpas.pas91 Z_FILTERED = 1;
Dexample.pas305 deflateParams(c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
/external/squashfs-tools/squashfs-tools/
Dgzip_wrapper.c35 { "filtered", Z_FILTERED, 0 },
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dminideflate.c258 strategy = Z_FILTERED; in main()
Dexample.c400 strategy = Z_FILTERED; in test_large_deflate()
407 PREFIX(deflateParams)(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED); in test_large_deflate()
/external/rust/crates/libz-sys/src/
Dlib.rs212 pub const Z_FILTERED: c_int = 1; constant
/external/rust/crates/libz-sys/src/zlib/contrib/ada/
Dzlib-thin.ads92 Z_FILTERED : constant := 1; -- zlib.h:151
/external/libwebsockets/win32port/zlib/
Dzlib.h192 #define Z_FILTERED 1 macro
Dgzlib.c128 state->strategy = Z_FILTERED;
/external/rust/crates/libz-sys/src/zlib/contrib/delphi/
DZLib.pas188 Z_FILTERED = 1;
/external/rust/crates/libz-sys/src/zlib/
Dgzlib.c155 state->strategy = Z_FILTERED;
Dzlib.h196 #define Z_FILTERED 1 macro
/external/zlib/
Dgzlib.c155 state->strategy = Z_FILTERED;
/external/python/cpython2/Modules/zlib/
Dgzlib.c155 state->strategy = Z_FILTERED;
/external/python/cpython3/Lib/test/
Dtest_zlib.py252 strategy = zlib.Z_FILTERED
274 strategy = zlib.Z_FILTERED
/external/zstd/zlibWrapper/examples/
Dexample.c341 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
/external/rust/crates/libz-sys/src/zlib/test/
Dexample.c316 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);

12