MCPcopy Create free account
hub / github.com/MariaDB/server / crc32

Function crc32

zlib/crc32.c:946–951  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

944
945/* ========================================================================= */
946uLong ZEXPORT crc32(uLong crc, const unsigned char FAR *buf, uInt len) {
947 #ifdef HAVE_S390X_VX
948 return crc32_z_hook(crc, buf, len);
949 #endif
950 return crc32_z(crc, buf, len);
951}
952
953/* ========================================================================= */
954uLong ZEXPORT crc32_combine_gen64(z_off64_t len2) {

Callers 10

inflate.cFile · 0.70
ifFunction · 0.70
deflate.cFile · 0.70
deflateFunction · 0.70
my_crc32_zlibFunction · 0.50
unzReadCurrentFileFunction · 0.50
zipWriteInFileInZipFunction · 0.50
ZEXPORTFunction · 0.50
azwriteFunction · 0.50
azrewindFunction · 0.50

Calls 1

crc32_zFunction · 0.85

Tested by

no test coverage detected