Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dgzlib.c164 state->strategy = Z_RLE;
H A Dzlib.h198 #define Z_RLE 3 macro
H A DChangeLog32 - Fix bug when level 0 used with Z_HUFFMAN or Z_RLE
217 - Avoid searching past window for Z_RLE strategy
503 - Add deflate_rle() for faster Z_RLE strategy run-length encoding
962 - Add Z_RLE strategy for run-length encoding [Truta]
963 - When Z_RLE requested, restrict matches to distance one
964 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
H A Ddeflate.c1005 s->strategy == Z_RLE ? deflate_rle(s, flush) :
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzlib.c164 state.state->strategy = Z_RLE;