Home
last modified time | relevance | path

Searched refs:Z_TREES (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/zlib/
H A Dinflate.c825 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave; in inflate()
847 if (flush == Z_TREES) { in inflate()
876 if (flush == Z_TREES) goto inf_leave; in inflate()
1021 if (flush == Z_TREES) goto inf_leave; in inflate()
H A Dzlib.h174 #define Z_TREES 6 macro
H A DChangeLog677 - Add Z_TREES flush option to inflate() to return at end of trees
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md130 - deflate (with exception of Z_FULL_FLUSH, Z_BLOCK, and Z_TREES)
H A Dzstd_zlibwrapper.c427 || flush == Z_TREES in z_deflate()
/freebsd/sys/contrib/zlib/test/
H A Dinfcover.c542 ret = inflate(&strm, Z_TREES); in try()