Searched refs:Z_TREES (Results 1 – 6 of 6) sorted by relevance
850 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;
174 #define Z_TREES 6 macro
574 - Add Z_TREES flush option to inflate() to return at end of trees
130 - deflate (with exception of Z_FULL_FLUSH, Z_BLOCK, and Z_TREES)
412 || flush == Z_TREES in z_deflate()
541 ret = inflate(&strm, Z_TREES); in try()