adler32 343 3rdparty/zlib/deflate.c strm->adler = adler32(strm->adler, dictionary, dictLength); adler32 418 3rdparty/zlib/deflate.c adler32(0L, Z_NULL, 0); adler32 761 3rdparty/zlib/deflate.c strm->adler = adler32(0L, Z_NULL, 0); adler32 1090 3rdparty/zlib/deflate.c strm->adler = adler32(strm->adler, buf, len); adler32 434 3rdparty/zlib/inflate.c (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) adler32 436 3rdparty/zlib/inflate.c # define UPDATE(check, buf, len) adler32(check, buf, len) adler32 682 3rdparty/zlib/inflate.c strm->adler = state->check = adler32(0L, Z_NULL, 0); adler32 824 3rdparty/zlib/inflate.c strm->adler = state->check = adler32(0L, Z_NULL, 0); adler32 1308 3rdparty/zlib/inflate.c dictid = adler32(0L, Z_NULL, 0); adler32 1309 3rdparty/zlib/inflate.c dictid = adler32(dictid, dictionary, dictLength); adler32 1569 3rdparty/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));