Function report |
Source Code:lib\zlib_inflate\inflate.c |
Create Date:2022-07-28 06:57:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:zlib_inflateReset
Proto:int zlib_inflateReset(z_streamp strm)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
z_streamp | strm |
27 | If (strm == NULL || not visible by applications == NULL) Then Return Z_STREAM_ERROR |
29 | total nb of input bytes read so far = total nb of bytes output so far = protected copy of output count = 0 |
30 | last error message, NULL if no error = NULL |
33 | rue if processing last block = 0 |
34 | rue if dictionary provided = 0 |
35 | zlib header max distance (INFLATE_STRICT) = 32768U |
36 | put bit accumulator = 0 |
37 | umber of bits in "in" = 0 |
38 | starting table for length/literal codes = starting table for distance codes = xt available space in codes[] = space for code tables |
42 | window write index = 0 |
43 | valid bytes in the window = 0 |
Name | Describe |
---|---|
zlib_inflateInit2 |
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 |