Function report |
Source Code:include\linux\zutil.h |
Create Date:2022-07-28 06:16:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Update a running Adler-32 checksum with the bytes buf[0..len-1] andreturn the updated checksum. If buf is NULL, this function returnsthe required initial value for the checksum.An Adler-32 checksum is almost as reliable as a CRC32 but can be computed
Proto:static inline uLong zlib_adler32(uLong adler, const Byte *buf, uInt len)
Type:uLong
Parameter:
Type | Parameter | Name |
---|---|---|
uLong | adler | |
const Byte * | buf | |
uInt | len |
86 | If (buf == NULL) Then Return 1L |
96 | If k != 0 Then Do |
Name | Describe |
---|---|
zlib_inflate | late() uses a state machine to process as much input data and generate asmuch output data as possible before returning |
read_buf |
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 |