mz_deflateInit2 198 src/punutil/miniz.c return mz_deflateInit2(pStream, level, MZ_DEFLATED, MZ_DEFAULT_WINDOW_BITS, 9, MZ_DEFAULT_STRATEGY); mz_deflateInit2 384 src/punutil/miniz.h MINIZ_EXPORT int mz_deflateInit2(mz_streamp pStream, int level, int method, int window_bits, int mem_level, int strategy); mz_deflateInit2 518 src/punutil/miniz.h return mz_deflateInit2(pStream, level, method, window_bits, mem_level, strategy);