HomeSort by: relevance | last modified time | path
    Searched defs:adler (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 49 public uint adler; field in struct:DotZLib.ZStream
  /src/sys/net/
zlib.h 6 Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
24 Jean-loup Gailly Mark Adler
379 uLong adler; /* adler32 value of the uncompressed data */ member in struct:z_stream_s
564 deflate() sets strm->adler to the adler32 checksum of all input read
666 below), inflate sets strm-adler to the adler32 checksum of the
668 it sets strm->adler to the adler32 checksum of all output produced
765 Upon return of this function, strm->adler is set to the Adler32 value
1137 Update a running Adler-32 checksum with the bytes buf[0..len-1] and
1140 An Adler-32 checksum is almost as reliable as a CRC32 but can be computed
1143 uLong adler = adler32(0L, Z_NULL, 0)
    [all...]
  /src/common/dist/zlib/
zlib.h 6 Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
24 Jean-loup Gailly Mark Adler
106 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */ member in struct:z_stream_s
235 allocation functions. total_in, total_out, adler, and msg are initialized.
343 deflate() sets strm->adler to the Adler-32 checksum of all input read
345 strm->adler will be the CRC-32 checksum of the input read so far. (See
388 them to use default allocation functions. total_in, total_out, adler, and
489 below), inflate sets strm->adler to the Adler-32 checksum of the dictionar
    [all...]

Completed in 15 milliseconds