Searched defs:adler32 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c222 uLong adler; /* adler32 of uncompressed data */
223 int noheader; /* suppress zlib header and adler32 */
842 /* Write the zlib trailer (adler32) */
873 * Read a new buffer from the current input stream, update the adler32
890 state->adler = adler32(state->adler, strm->next_in, len);
2834 inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, 1 << w))
4571 /* adler32.c -- compute the Adler-32 checksum of a data stream
4576 /* From: adler32.c,v 1.6 1995/05/03 17:27:08 jloup Exp */
4589 uLong adler32(adler, buf, len) function

Completed in 53 milliseconds