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

/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs160 private static extern uint adler32(uint adler, int data, uint length); argument
H A DDotZLib.cs49 public uint adler; field in struct:DotZLib.ZStream
/vbox/src/libs/zlib-1.2.6/
H A Dzlib.h102 uLong adler; /* adler32 value of the uncompressed data */ member in struct:z_stream_s
334 deflate() sets strm->adler to the adler32 checksum of all input read
472 below), inflate sets strm->adler to the Adler-32 checksum of the dictionary
474 strm->adler to the Adler-32 checksum of all output produced so far (that is,
553 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
614 Upon return of this function, strm->adler is set to the adler32 value
619 adler32 value is not computed and strm->adler is not set.
801 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is a
1546 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1557 uLong adler
[all...]

Completed in 58 milliseconds