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

Function crc32_combine

extlibs/minizip/src/crc32.c:455–461  ·  view source on GitHub ↗

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

(crc1, crc2, len2)

Source from the content-addressed store, hash-verified

453
454/* ========================================================================= */
455uLong ZEXPORT crc32_combine(crc1, crc2, len2)
456uLong crc1;
457uLong crc2;
458z_off_t len2;
459{
460 return crc32_combine_(crc1, crc2, len2);
461}
462
463uLong ZEXPORT crc32_combine64(crc1, crc2, len2)
464uLong crc1;

Callers

nothing calls this directly

Calls 1

crc32_combine_Function · 0.85

Tested by

no test coverage detected