about summary refs log tree commit diff homepage
path: root/inflateBackEnd.3
blob: 68cc8602bbcae5ac01220df339f722629a1c7a77 (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
.Dd November 12, 2018
.Dt INFLATEBACKEND 3
.Os
.
.Sh NAME
.Nm inflateBackEnd
.Nd free inflateBack stream
.
.Sh LIBRARY
.Lb libz
.
.Sh SYNOPSIS
.In zlib.h
.Ft int
.Fn inflateBackEnd "z_streamp strm"
.
.Sh DESCRIPTION
All memory allocated by
.Xr inflateBackInit 3
is freed.
.
.Sh RETURN VALUES
.Fn inflateBackEnd
returns
.Dv Z_OK
on success,
or
.Dv Z_STREAM_ERROR
if the stream state was inconsistent.
.
.Sh SEE ALSO
.Xr inflateBack 3 ,
.Xr inflateBackInit 3