Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dinflate.c850 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
871 if (flush == Z_TREES) {
900 if (flush == Z_TREES) goto inf_leave;
1041 if (flush == Z_TREES) goto inf_leave;
H A Dzlib.h174 #define Z_TREES 6 macro
H A DChangeLog574 - Add Z_TREES flush option to inflate() to return at end of trees
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md130 - deflate (with exception of Z_FULL_FLUSH, Z_BLOCK, and Z_TREES)
H A Dzstd_zlibwrapper.c412 || flush == Z_TREES in z_deflate()
/f-stack/freebsd/contrib/zlib/test/
H A Dinfcover.c541 ret = inflate(&strm, Z_TREES); in try()