Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zlib_inflate\inflate.c Create Date:2022-07-28 06:58:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:zlib_inflateEnd

Proto:int zlib_inflateEnd(z_streamp strm)

Type:int

Parameter:

TypeParameterName
z_streampstrm
756  If (strm == NULL || not visible by applications == NULL) Then Return Z_STREAM_ERROR
758  Return Allowed flush values; see deflate() and inflate() below for details
Caller
NameDescribe
zlib_inflate_blobUtility function: initialize zlib, unpack binary blob, clean up zlib,* return len or negative error code.