Searched refs:Z_PACKET_FLUSH (Results 1 – 5 of 5) sorted by relevance
141 #define Z_PACKET_FLUSH 2 macro
98 if (flush == Z_BLOCK || flush == Z_PACKET_FLUSH) { in dfltcc_inflate()
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()