Home
last modified time | relevance | path

Searched refs:Z_RLE (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/zmod/
H A Ddeflate.c1491 if ((s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) ||
1492 (s->strategy == Z_RLE && s->strstart - hash_head == 1)) {
1496 if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) {
1498 } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) {
1600 if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) {
1602 } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) {
H A Dzlib.h193 #define Z_RLE 3 macro