MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / adler32

Function adler32

extern/zlib/src/adler32.c:128–130  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

126
127/* ========================================================================= */
128uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) {
129 return adler32_z(adler, buf, len);
130}
131
132/* ========================================================================= */
133local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2) {

Callers 5

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

Calls 1

adler32_zFunction · 0.85

Tested by

no test coverage detected