Home | History | Annotate | Download | only in include

Lines Matching full:deflateend

305   stream are deflateReset or deflateEnd.
331 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
337 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
592 by calling deflateEnd. Note that deflateCopy duplicates the internal
604 This function is equivalent to deflateEnd followed by deflateInit,