Searched refs:Z_PACKET_FLUSH (Results 1 – 3 of 3) sorted by relevance
488 rtn = deflate(&priv->cx, Z_PACKET_FLUSH); in ng_deflate_compress()606 rtn = inflate(&priv->cx, Z_PACKET_FLUSH); in ng_deflate_decompress()
334 #define Z_PACKET_FLUSH 2 macro
1076 } else if (flush == Z_PACKET_FLUSH) {3264 if (f == Z_PACKET_FLUSH && z->avail_in == 0 && z->avail_out != 0)3316 if (f != Z_PACKET_FLUSH)