MCPcopy Create free account
hub / github.com/F-Stack/f-stack / adler32

Function adler32

freebsd/contrib/zlib/adler32.c:134–140  ·  view source on GitHub ↗

========================================================================= */

(adler, buf, len)

Source from the content-addressed store, hash-verified

132
133/* ========================================================================= */
134uLong ZEXPORT adler32(adler, buf, len)
135 uLong adler;
136 const Bytef *buf;
137 uInt len;
138{
139 return adler32_z(adler, buf, len);
140}
141
142/* ========================================================================= */
143local uLong adler32_combine_(adler1, adler2, len2)

Callers 6

zstd_zlibwrapper.cFile · 0.85
inflate.cFile · 0.85
deflateSetDictionaryFunction · 0.85
deflate.cFile · 0.85
deflateFunction · 0.85
read_bufFunction · 0.85

Calls 1

adler32_zFunction · 0.85

Tested by

no test coverage detected