Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:zlib_deflateReset

Proto:int zlib_deflateReset(z_streamp strm)

Type:int

Parameter:

TypeParameterName
z_streampstrm
259  If (strm == NULL || not visible by applications == NULL) Then Return 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  If suppress zlib header and adler32 < 0 Then
271  suppress zlib header and adler32 = 0
273  as the name implies = If suppress zlib header and adler32 Then BUSY_STATE Else 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  Return Allowed flush values; see deflate() and inflate() below for details
Caller
NameDescribe
zlib_deflateInit2