MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / crc32_combine64

Function crc32_combine64

extlibs/minizip/src/crc32.c:463–469  ·  view source on GitHub ↗
(crc1, crc2, len2)

Source from the content-addressed store, hash-verified

461}
462
463uLong ZEXPORT crc32_combine64(crc1, crc2, len2)
464uLong crc1;
465uLong crc2;
466z_off64_t len2;
467{
468 return crc32_combine_(crc1, crc2, len2);
469}

Callers

nothing calls this directly

Calls 1

crc32_combine_Function · 0.85

Tested by

no test coverage detected