adler32 31 net/spdy/spdy_framer.cc uLong initial_value = adler32(0L, Z_NULL, 0); adler32 32 net/spdy/spdy_framer.cc return adler32(initial_value, adler32 332 third_party/zlib/deflate.c strm->adler = adler32(strm->adler, dictionary, dictLength); adler32 385 third_party/zlib/deflate.c adler32(0L, Z_NULL, 0); adler32 684 third_party/zlib/deflate.c strm->adler = adler32(0L, Z_NULL, 0); adler32 1029 third_party/zlib/deflate.c strm->adler = adler32(strm->adler, strm->next_in, len); adler32 413 third_party/zlib/inflate.c (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) adler32 415 third_party/zlib/inflate.c # define UPDATE(check, buf, len) adler32(check, buf, len) adler32 666 third_party/zlib/inflate.c strm->adler = state->check = adler32(0L, Z_NULL, 0); adler32 808 third_party/zlib/inflate.c strm->adler = state->check = adler32(0L, Z_NULL, 0); adler32 1268 third_party/zlib/inflate.c id = adler32(0L, Z_NULL, 0); adler32 1269 third_party/zlib/inflate.c id = adler32(id, dictionary, dictLength); adler32 1474 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));