adler32
inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, 1 << w))
state->adler = adler32(state->adler, strm->next_in, len);
extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
strm->adler = adler32(strm->adler, strm->next_in, len);
Z_NULL : adler32, (uInt)1 << w))
if (adler32(1L, dictionary, dictLength) != z->adler)
strm->adler = adler32(strm->adler, dictionary, dictLength);
ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));