Function report |
Source Code:lib\zlib_inflate\inflate.c |
Create Date:2022-07-28 06:58:02 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:This subroutine adds the data at next_in/avail_in to the output history* without performing any output. The output buffer must be "caught up";* i.e. no pending output but this should always be the case. The state must
Proto:int zlib_inflateIncomp(z_stream *z)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| z_stream * | z |
| 775 | If current inflate mode != waiting for type bits, including last-flag bit && current inflate mode != waiting for magic header Then Return Z_DATA_ERROR |
| 779 | remaining free space at next_out = 0 |
| 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 |