函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:zlib_deflateReset

函数原型:int zlib_deflateReset(z_streamp strm)

返回类型:int

参数:

类型参数名称
z_streampstrm
259  如果(strm == NULL || not visible by applications == NULL)则返回:Z_STREAM_ERROR
262  total nb of input bytes read so far 等于 total nb of bytes output so far 等于0
263  last error message, NULL if no error = NULL
264  best guess about the data type: ascii or binary 等于Z_UNKNOWN
266  s等于 not visible by applications
267  b of bytes in the pending buffer 等于0
268  xt pending byte to output to the stream 等于utput still pending
270  如果suppress zlib header and adler32 小于0则
271  suppress zlib header and adler32 等于0
273  as the name implies 等于如果suppress zlib header and adler32 BUSY_STATE否则All codes must not exceed MAX_BITS bits
274  adler32 value of the uncompressed data 等于1
275  value of flush param for previous deflate call 等于constants
277  trees.c
278  lm_init(s)
280  返回:Allowed flush values; see deflate() and inflate() below for details
调用者
名称描述
zlib_deflateInit2