Lines Matching refs:adler32
343 strm->adler = adler32(strm->adler, dictionary, dictLength);
418 adler32(0L, Z_NULL, 0);
756 /* Save the adler32 of the preset dictionary: */
761 strm->adler = adler32(0L, Z_NULL, 0);
1070 * Read a new buffer from the current input stream, update the adler32
1090 strm->adler = adler32(strm->adler, buf, len);