Home | History | Annotate | Download | only in zlib_v128

Lines Matching refs:strategy

219     int  strategy,
272 strategy < 0 || strategy > Z_FIXED) {
315 s->strategy = strategy;
492 int strategy)
506 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
511 if ((strategy != s->strategy || func != configuration_table[level].func) &&
525 s->strategy = strategy;
703 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
720 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
740 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
902 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
903 (s->strategy == Z_RLE ? deflate_rle(s, flush) :
1773 if (s->match_length <= 5 && (s->strategy == Z_FILTERED