Home
last modified time | relevance | path

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

/xnu-8792.61.2/libkern/zlib/
H A Ddeflate.c1508 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()
/xnu-8792.61.2/libkern/libkern/
H A Dzlib.h220 #define Z_RLE 3 macro