Searched refs:Z_TREES (Results 1 – 6 of 6) sorted by relevance
825 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()
174 #define Z_TREES 6 macro
677 - 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)
427 || flush == Z_TREES in z_deflate()
542 ret = inflate(&strm, Z_TREES); in try()