Searched refs:memLevel (Results 1 - 4 of 4) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dzip.h86 /* default memLevel */
228 int memLevel,
245 int memLevel,
254 windowBits,memLevel,,strategy : see parameter strategy in deflateInit2
271 int memLevel,
292 int memLevel,
H A Dzlib.h531 int memLevel,
558 The memLevel parameter specifies how much memory should be allocated
559 for the internal compression state. memLevel=1 uses minimum memory but is
560 slow and reduces compression ratio; memLevel=9 uses maximum memory for
562 as a function of windowBits and memLevel.
1638 int windowBits, int memLevel,
1651 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
1652 deflateInit2_((strm),(level),(method),(windowBits),(memLevel),\
H A Ddeflate.c213 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
219 int memLevel;
271 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
288 s->hash_bits = memLevel + 7;
299 s->lit_bufsize = 1 << (memLevel + 6); /* 16K elements by default */
550 * For the default windowBits of 15 and memLevel of 8, this function returns
556 * For any setting other than those defaults for windowBits and memLevel,
562 * every combination of windowBits and memLevel. But even the conservative
H A Dzip.c1063 int windowBits,int memLevel, int strategy,
1225 err = deflateInit2(&zi->ci.stream, level, Z_DEFLATED, windowBits, memLevel, strategy);
1273 int windowBits,int memLevel, int strategy,
1281 windowBits, memLevel, strategy,
1289 int windowBits,int memLevel, int strategy,
1296 windowBits, memLevel, strategy,
1304 int windowBits,int memLevel, int strategy,
1311 windowBits, memLevel, strategy,
1059 zipOpenNewFileInZip4_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase, int zip64) argument
1269 zipOpenNewFileInZip4(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase) argument
1285 zipOpenNewFileInZip3(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting) argument
1300 zipOpenNewFileInZip3_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, int zip64) argument

Completed in 35 milliseconds