/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/ |
H A D | deflate_fuzzer.cc | 30 {Z_DEFAULT_STRATEGY, Z_FILTERED, Z_HUFFMAN_ONLY, Z_RLE, Z_FIXED}); in LLVMFuzzerTestOneInput()
|
/third_party/node/lib/ |
H A D | zlib.js | 87 Z_DEFAULT_STRATEGY, Z_DEFAULT_WINDOWBITS, Z_DEFAULT_MEMLEVEL, Z_FIXED, 683 Z_DEFAULT_STRATEGY, Z_FIXED, Z_DEFAULT_STRATEGY); 736 checkRangesOrGetDefault(strategy, 'strategy', Z_DEFAULT_STRATEGY, Z_FIXED);
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 94 Z_FIXED = 4;
|
/third_party/node/deps/zlib/ |
H A D | zlib.h | 199 #define Z_FIXED 4 macro 599 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
|
H A D | gzlib.c | 157 state->strategy = Z_FIXED; in gz_open()
|
H A D | deflate.c | 449 strategy < 0 || strategy > Z_FIXED || (windowBits == 8 && wrap != 1)) { in deflateInit2_() 524 * That covers the case where either Z_FIXED is specified, forcing fixed in deflateInit2_() 802 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) { in deflateParams()
|
H A D | trees.c | 1034 if (static_lenb <= opt_lenb || s->strategy == Z_FIXED)
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzlib.c | 164 state->strategy = Z_FIXED;
|
H A D | zlib.h | 199 #define Z_FIXED 4 macro 599 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
|
H A D | deflate.c | 301 strategy < 0 || strategy > Z_FIXED || (windowBits == 8 && wrap != 1)) { 371 * That covers the case where either Z_FIXED is specified, forcing fixed 636 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
|
H A D | trees.c | 977 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | gzlib.c | 137 state->strategy = Z_FIXED;
|
H A D | zlib.h | 195 #define Z_FIXED 4
macro 567 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
|
H A D | deflate.c | 256 strategy < 0 || strategy > Z_FIXED) {
312 * That covers the case where either Z_FIXED is specified, forcing fixed
478 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
|
H A D | trees.c | 990 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
|
/third_party/skia/third_party/externals/zlib/ |
H A D | gzlib.c | 164 state->strategy = Z_FIXED;
|
H A D | zlib.h | 199 #define Z_FIXED 4 macro 600 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
|
H A D | deflate.c | 296 strategy < 0 || strategy > Z_FIXED || (windowBits == 8 && wrap != 1)) { 366 * That covers the case where either Z_FIXED is specified, forcing fixed 630 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
|
H A D | trees.c | 976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
|
/third_party/zlib/ |
H A D | gzlib.c | 158 state->strategy = Z_FIXED; in gz_open()
|
H A D | zlib.h | 199 #define Z_FIXED 4 macro 600 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
|
H A D | deflate.c | 431 strategy < 0 || strategy > Z_FIXED || (windowBits == 8 && wrap != 1)) { in deflateInit2_() 488 * That covers the case where either Z_FIXED is specified, forcing fixed in deflateInit2_() 769 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) { in deflateParams()
|
H A D | trees.c | 1059 if (static_lenb <= opt_lenb || s->strategy == Z_FIXED)
|
/third_party/node/src/ |
H A D | node_zlib.cc | 978 strategy == Z_RLE || strategy == Z_FIXED || in Init() 1338 NODE_DEFINE_CONSTANT(target, Z_FIXED); in DefineZlibConstants()
|
/third_party/python/Modules/ |
H A D | zlibmodule.c | 1591 #ifdef Z_FIXED // 1.2.2.2 in zlib_exec() 1592 ZLIB_ADD_INT_MACRO(Z_FIXED); in zlib_exec()
|