Searched refs:zlib_adler32 (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/include/linux/ |
D | zutil.h | 78 static inline uLong zlib_adler32(uLong adler, in zlib_adler32() function
|
/linux-4.19.296/lib/zlib_inflate/ |
D | inflate.c | 163 #define UPDATE(check, buf, len) zlib_adler32(check, buf, len) 376 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate() 390 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate()
|
/linux-4.19.296/lib/zlib_deflate/ |
D | deflate.c | 507 strm->adler = zlib_adler32(strm->adler, strm->next_in, len); in read_buf()
|