Lines Matching refs:adler32
332 strm->adler = adler32(strm->adler, dictionary, dictLength);
385 adler32(0L, Z_NULL, 0);
679 /* Save the adler32 of the preset dictionary: */
684 strm->adler = adler32(0L, Z_NULL, 0);
1010 * Read a new buffer from the current input stream, update the adler32
1029 strm->adler = adler32(strm->adler, strm->next_in, len);