MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / mz_deflateInit

Function mz_deflateInit

SampleFramework11/v1.02/TinyEXR.cpp:1483–1486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1481const char *mz_version(void) { return MZ_VERSION; }
1482
1483int mz_deflateInit(mz_streamp pStream, int level) {
1484 return mz_deflateInit2(pStream, level, MZ_DEFLATED, MZ_DEFAULT_WINDOW_BITS, 9,
1485 MZ_DEFAULT_STRATEGY);
1486}
1487
1488int mz_deflateInit2(mz_streamp pStream, int level, int method, int window_bits,
1489 int mem_level, int strategy) {

Callers 1

mz_compress2Function · 0.85

Calls 1

mz_deflateInit2Function · 0.85

Tested by

no test coverage detected