about summary refs log tree commit diff homepage
path: root/inflateBackEnd.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--inflateBackEnd.333
1 files changed, 33 insertions, 0 deletions
diff --git a/inflateBackEnd.3 b/inflateBackEnd.3
new file mode 100644
index 0000000..68cc860
--- /dev/null
+++ b/inflateBackEnd.3
@@ -0,0 +1,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