Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
463
uLong ZEXPORT crc32_combine64(crc1, crc2, len2)
464
uLong crc1;
465
uLong crc2;
466
z_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