Searched refs:Z_PACKET_FLUSH (Results 1 – 4 of 4) sorted by relevance
141 #define Z_PACKET_FLUSH 2 macro
226 r = zlib_deflate(&state->strm, Z_PACKET_FLUSH); in z_compress()459 r = zlib_inflate(&state->strm, Z_PACKET_FLUSH); in z_decompress()
760 if (flush == Z_PACKET_FLUSH && ret == Z_OK && in zlib_inflate()
431 } else if (flush == Z_PACKET_FLUSH) { in zlib_deflate()