Home
last modified time | relevance | path

Searched refs:zlib_adler32 (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dzutil.h78 static inline uLong zlib_adler32(uLong adler, in zlib_adler32() function
/linux/lib/zlib_inflate/
H A Dinflate.c182 #define UPDATE(check, buf, len) zlib_adler32(check, buf, len)
390 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate()
405 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate()