Z_RLE            1485 tools/packfi2/deflate.c             if ((s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) ||
Z_RLE            1486 tools/packfi2/deflate.c                 (s->strategy == Z_RLE && s->strstart - hash_head == 1)) {
Z_RLE            1490 tools/packfi2/deflate.c             if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) {
Z_RLE            1492 tools/packfi2/deflate.c             } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) {
Z_RLE            1594 tools/packfi2/deflate.c             if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) {
Z_RLE            1596 tools/packfi2/deflate.c             } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) {