函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:zlib_deflateEnd

函数原型:int zlib_deflateEnd(z_streamp strm)

返回类型:int

参数:

类型参数名称
z_streampstrm
472  如果(strm == NULL || not visible by applications == NULL)则返回:Z_STREAM_ERROR
473  s等于 not visible by applications
475  status等于as the name implies
476  如果status不等于All codes must not exceed MAX_BITS bits status不等于BUSY_STATEstatus不等于FINISH_STATE
478  返回:Z_STREAM_ERROR
481  not visible by applications = NULL
483  返回:如果status恒等于BUSY_STATEZ_DATA_ERROR否则Allowed flush values; see deflate() and inflate() below for details
调用者
名称描述
deflate_compress