Home | History | Annotate | Download | only in zlib

Lines Matching refs:inflateEnd

461   purpose.) The next operation on this stream must be inflateEnd to deallocate
504 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
510 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
844 This function is equivalent to inflateEnd followed by inflateInit,