Home | History | Annotate | Download | only in include

Lines Matching refs:inflateEnd

420   be inflateEnd to deallocate the decompression state. The use of Z_FINISH
462 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
468 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
791 This function is equivalent to inflateEnd followed by inflateInit,