Home | History | Annotate | Download | only in zlib

Lines Matching refs:adler32

332         strm->adler = adler32(strm->adler, dictionary, dictLength);
383 adler32(0L, Z_NULL, 0);
643 /* Save the adler32 of the preset dictionary: */
648 strm->adler = adler32(0L, Z_NULL, 0);
950 * Read a new buffer from the current input stream, update the adler32
969 strm->adler = adler32(strm->adler, strm->next_in, len);