Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Returns true if inflate is currently at the end of a block generated byZ_SYNC_FLUSH or Z_FULL_FLUSH

Proto:static int zlib_inflateSyncPacket(z_streamp strm)

Type:int

Parameter:

TypeParameterName
z_streampstrm
150  If (strm == NULL || not visible by applications == NULL) Then Return Z_STREAM_ERROR
151  state = not visible by applications
153  If current inflate mode == waiting for stored size (length and complement) && umber of bits in "in" == 0 Then
154  current inflate mode = waiting for type bits, including last-flag bit
155  Return Allowed flush values; see deflate() and inflate() below for details
157  Return Z_DATA_ERROR
Caller
NameDescribe
zlib_inflatelate() uses a state machine to process as much input data and generate asmuch output data as possible before returning