about summary refs log tree commit diff homepage
path: root/inflateEnd.3
blob: 7ac48210133df72bd0122da651df21d1569c32c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.Dd November 9, 2018
.Dt INFLATEEND 3
.Os
.
.Sh NAME
.Nm inflateEnd
.Nd free inflate stream
.
.Sh LIBRARY
.Lb libz
.
.Sh SYNOPSIS
.In zlib.h
.Ft int
.Fn inflateEnd "z_streamp strm"
.
.Sh DESCRIPTION
All dynamically allocated data structures
for this stream are feed.
This function discards any unprocessed input
and does not flush any pending output.
.
.Sh RETURN VALUES
.Fn inflateEnd
returns
.Dv Z_OK
if success,
or
.Dv Z_STREAM_ERROR
if the stream state was inconsistent.
.
.Sh SEE ALSO
.Xr inflate 3 ,
.Xr inflateInit 3
span title='2018-07-23 16:13:03 -0400'>2018-07-23Use EV_SET in watchJune McEnroe On NetBSD, kevent.udata is intptr_t rather than void *, and their EV_SET macro does the cast. 2018-07-23Link with -lcursesJune McEnroe Turns out that NetBSD has its own curses implementation and I'm all for not linking GNU software <3 2018-07-22Fix scheme indentationJune McEnroe 2018-07-16Add -m option to glitchJune McEnroe 2018-07-16malloc deflate buffer in glitchJune McEnroe 2018-07-16malloc the deflate buffer in pngoJune McEnroe The stack is a baby. 2018-07-05Add shed bloodJune McEnroe