函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zlib_inflate\inflate.c Create Date:2022-07-27 07:55:19
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:zlib_inflateEnd

函数原型:int zlib_inflateEnd(z_streamp strm)

返回类型:int

参数:

类型参数名称
z_streampstrm
756  如果(strm == NULL || not visible by applications == NULL)则返回:Z_STREAM_ERROR
758  返回:Allowed flush values; see deflate() and inflate() below for details
调用者
名称描述
zlib_inflate_blobUtility function: initialize zlib, unpack binary blob, clean up zlib,* return len or negative error code.
__gunzipIncluded from initramfs et al code
deflate_decompress