Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Dgzlib.c153 state->strategy = Z_RLE; in gz_open()
H A Dzlib.h198 #define Z_RLE 3 macro
H A DChangeLog135 - Fix bug when level 0 used with Z_HUFFMAN or Z_RLE
320 - Avoid searching past window for Z_RLE strategy
606 - Add deflate_rle() for faster Z_RLE strategy run-length encoding
1065 - Add Z_RLE strategy for run-length encoding [Truta]
1066 - When Z_RLE requested, restrict matches to distance one
1067 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
H A Ddeflate.c1184 s->strategy == Z_RLE ? deflate_rle(s, flush) : in deflate()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzlib.c164 state.state->strategy = Z_RLE;