strategy 216 tools/packfi2/deflate.c int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, strategy 223 tools/packfi2/deflate.c int strategy; strategy 267 tools/packfi2/deflate.c strategy < 0 || strategy > Z_FIXED) { strategy 308 tools/packfi2/deflate.c s->strategy = strategy; strategy 416 tools/packfi2/deflate.c int ZEXPORT deflateParams(strm, level, strategy) strategy 419 tools/packfi2/deflate.c int strategy; strategy 433 tools/packfi2/deflate.c if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) { strategy 449 tools/packfi2/deflate.c s->strategy = strategy; strategy 591 tools/packfi2/deflate.c (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ? strategy 608 tools/packfi2/deflate.c (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ? strategy 628 tools/packfi2/deflate.c if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2) strategy 1485 tools/packfi2/deflate.c if ((s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) || strategy 1486 tools/packfi2/deflate.c (s->strategy == Z_RLE && s->strstart - hash_head == 1)) { strategy 1490 tools/packfi2/deflate.c if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) { strategy 1492 tools/packfi2/deflate.c } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) { strategy 1594 tools/packfi2/deflate.c if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) { strategy 1596 tools/packfi2/deflate.c } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) { strategy 1601 tools/packfi2/deflate.c if (s->match_length <= 5 && (s->strategy == Z_FILTERED strategy 183 tools/packfi2/deflate.h int strategy; /* favor or force Huffman coding*/ strategy 986 tools/packfi2/trees.c } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) { strategy 608 tools/packfi2/zlib.h int strategy)); strategy 1098 tools/packfi2/zlib.h ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); strategy 1323 tools/packfi2/zlib.h int strategy, const char *version, strategy 1335 tools/packfi2/zlib.h #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ strategy 1337 tools/packfi2/zlib.h (strategy), ZLIB_VERSION, sizeof(z_stream))