Searched refs:Z_RLE (Results 1 – 2 of 2) sorted by relevance
1508 if ((s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) || in deflate_fast()1509 (s->strategy == Z_RLE && s->strstart - hash_head == 1)) { in deflate_fast()1513 if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) { in deflate_fast()1515 } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) { in deflate_fast()1617 if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) { in deflate_slow()1619 } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) { in deflate_slow()
220 #define Z_RLE 3 macro