Home | History | Annotate | Download | only in net

Lines Matching defs:strategy

227   * You may have to use the same strategy for Borland C (untested).
456 int strategy; /* favor or force Huffman coding*/
813 int level, int method, int windowBits, int memLevel, int strategy,
851 strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
890 s->strategy = strategy;
971 int ZEXPORT deflateParams(strm, level, strategy)
974 int strategy;
986 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
1002 s->strategy = strategy;
1793 if (s->strategy != Z_HUFFMAN_ONLY) {
1891 if (s->strategy != Z_HUFFMAN_ONLY) {
1896 if (s->match_length <= 5 && (s->strategy