Lines Matching refs:memLevel
527 int memLevel,
554 The memLevel parameter specifies how much memory should be allocated
555 for the internal compression state. memLevel=1 uses minimum memory but is
556 slow and reduces compression ratio; memLevel=9 uses maximum memory for
558 as a function of windowBits and memLevel.
1542 int windowBits, int memLevel,
1555 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
1556 deflateInit2_((strm),(level),(method),(windowBits),(memLevel),\