Z_RLE            1485 other-licenses/zlib/deflate.c             if ((s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) ||
Z_RLE            1486 other-licenses/zlib/deflate.c                 (s->strategy == Z_RLE && s->strstart - hash_head == 1)) {
Z_RLE            1490 other-licenses/zlib/deflate.c             if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) {
Z_RLE            1492 other-licenses/zlib/deflate.c             } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) {
Z_RLE            1594 other-licenses/zlib/deflate.c             if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) {
Z_RLE            1596 other-licenses/zlib/deflate.c             } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) {
Z_RLE             144 other-licenses/zlib/gzio.c           strategy = Z_RLE;