Home
last modified time | relevance | path

Searched refs:strategy (Results 1 – 2 of 2) sorted by relevance

/lib/zlib_deflate/
Ddeflate.c173 int strategy in zlib_deflateInit2() argument
200 strategy < 0 || strategy > Z_HUFFMAN_ONLY) { in zlib_deflateInit2()
246 s->strategy = strategy; in zlib_deflateInit2()
334 int strategy
347 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
363 s->strategy = strategy;
1092 if (s->strategy != Z_HUFFMAN_ONLY) { in deflate_fast()
1190 if (s->strategy != Z_HUFFMAN_ONLY) { in deflate_slow()
1195 if (s->match_length <= 5 && (s->strategy == Z_FILTERED || in deflate_slow()
Ddefutil.h159 int strategy; /* favor or force Huffman coding*/ member