Function report |
Source Code:lib\zlib_inflate\inflate.c |
Create Date:2022-07-28 06:57:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:zlib_inflateInit2
Proto:int zlib_inflateInit2(z_streamp strm, int windowBits)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
z_streamp | strm | |
int | windowBits |
52 | If (strm == NULL) Then Return Z_STREAM_ERROR |
53 | last error message, NULL if no error = NULL |
55 | state = inflate_state |
58 | If windowBits < 0 Then |
60 | windowBits = -windowBits |
62 | Else |
63 | 0 true for zlib, bit 1 true for gzip = (windowBits >> 4) + 1 |
65 | If windowBits < 8 || windowBits > 15 Then |
66 | Return Z_STREAM_ERROR |
71 | Return zlib_inflateReset(strm) |
Name | Describe |
---|---|
zlib_inflate_blob | Utility function: initialize zlib, unpack binary blob, clean up zlib,* return len or negative error code. |
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 |