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

/src/common/dist/zlib/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
/src/common/dist/zlib/
H A Dadler32.c61 uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf, z_size_t len) { argument
128 adler32(uLong adler,const Bytef * buf,uInt len) argument
[all...]
H A Dzlib.h106 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */ member in struct:z_stream_s
[all...]
/src/sys/net/
H A Dzlib.h379 uLong adler; /* adler32 value of the uncompressed data */ member in struct:z_stream_s
H A Dzlib.c5848 adler32(uLong adler,const Bytef * buf,uInt len) argument
[all...]

Completed in 9 milliseconds