adler32 332 other-licenses/zlib/deflate.c strm->adler = adler32(strm->adler, dictionary, dictLength); adler32 383 other-licenses/zlib/deflate.c adler32(0L, Z_NULL, 0); adler32 648 other-licenses/zlib/deflate.c strm->adler = adler32(0L, Z_NULL, 0); adler32 969 other-licenses/zlib/deflate.c strm->adler = adler32(strm->adler, strm->next_in, len); adler32 378 other-licenses/zlib/inflate.c (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) adler32 380 other-licenses/zlib/inflate.c # define UPDATE(check, buf, len) adler32(check, buf, len) adler32 629 other-licenses/zlib/inflate.c strm->adler = state->check = adler32(0L, Z_NULL, 0); adler32 771 other-licenses/zlib/inflate.c strm->adler = state->check = adler32(0L, Z_NULL, 0); adler32 1185 other-licenses/zlib/inflate.c id = adler32(0L, Z_NULL, 0); adler32 1186 other-licenses/zlib/inflate.c id = adler32(id, dictionary, dictLength); adler32 1260 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));