MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / mz_compress

Function mz_compress

SampleFramework12/v1.00/TinyEXR.cpp:1641–1645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1639}
1640
1641int mz_compress(unsigned char *pDest, mz_ulong *pDest_len,
1642 const unsigned char *pSource, mz_ulong source_len) {
1643 return mz_compress2(pDest, pDest_len, pSource, source_len,
1644 MZ_DEFAULT_COMPRESSION);
1645}
1646
1647mz_ulong mz_compressBound(mz_ulong source_len) {
1648 return mz_deflateBound(NULL, source_len);

Callers 1

CompressZipFunction · 0.85

Calls 1

mz_compress2Function · 0.85

Tested by

no test coverage detected