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

Function mz_deflateInit

SampleFramework12/v1.00/TinyEXR.cpp:1484–1487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mz_compress2Function · 0.85

Calls 1

mz_deflateInit2Function · 0.85

Tested by

no test coverage detected