Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
z_streamp | strm |
150 | If (strm == NULL || not visible by applications == NULL) Then Return Z_STREAM_ERROR |
153 | If current inflate mode == waiting for stored size (length and complement) && umber of bits in "in" == 0 Then |
157 | Return Z_DATA_ERROR |
Name | Describe |
---|---|
zlib_inflate | late() uses a state machine to process as much input data and generate asmuch output data as possible before returning |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |