Searched refs:Z_TREES (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/lib/libz/
H A Dinflate.c827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
848 if (flush == Z_TREES) {
877 if (flush == Z_TREES) goto inf_leave;
1018 if (flush == Z_TREES) goto inf_leave;
H A Dzlib.h170 #define Z_TREES 6 macro
422 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
444 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
471 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
972 no gzip header information forthcoming. Note that Z_BLOCK or Z_TREES can be
/freebsd-10.1-release/lib/libz/test/
H A Dinfcover.c541 ret = inflate(&strm, Z_TREES);

Completed in 101 milliseconds