Searched refs:ZLIB (Results 1 – 25 of 37) sorted by relevance
12
1 ZLIB version 1.2.8 for AS400 installation instructions9 _ Create the ZLIB AS400 library:11 CRTLIB LIB(ZLIB) TYPE(*PROD) TEXT('ZLIB compression API library')15 CRTSAVF FILE(ZLIB/ZLIBSAVF)24 2) Populating the ZLIB AS400 source library28 _ Extract the saved objects into the ZLIB AS400 library using:30 RSTOBJ OBJ(*ALL) SAVLIB(ZLIB) DEV(*SAVF) SAVF(ZLIB/ZLIBSAVF) RSTLIB(ZLIB)35 _ Edit CL member ZLIB/TOOLS(COMPILE) and change parameters if needed,40 CRTCLPGM PGM(ZLIB/COMPILE) SRCFILE(ZLIB/TOOLS) SRCMBR(COMPILE)47 CALL PGM(ZLIB/COMPILE)[all …]
1 STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB')8 /* *MODULE ADLER32 ZLIB 01/02/01 00:15:09 */14 /* *MODULE COMPRESS ZLIB 01/02/01 00:15:09 */21 /* *MODULE CRC32 ZLIB 01/02/01 00:15:09 */28 /* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */42 /* *MODULE GZIO ZLIB 01/02/01 00:15:09 */64 /* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */77 /* *MODULE UNCOMPR ZLIB 01/02/01 00:15:09 */83 /* *MODULE ZUTIL ZLIB 01/02/01 00:15:09 */94 /* *MODULE COMPRESS ZLIB 01/02/01 00:15:09 */[all …]
3 /* ZLIB */14 VALUE('ZLIB') /* Source library. */21 VALUE('ZLIB') /* Module library. */98 CRTSRVPGM SRVPGM(&SRVLIB/ZLIB) +108 TEXT('ZLIB 1.2.8') TGTRLS(&TGTRLS)
35 ZLIB = -L/usr/local/lib -lz # dynamically linked against zlib49 RLIBS = $(PNGLIB) $(ZLIB) $(XLIB) -lm50 WLIBS = $(PNGLIB) $(ZLIB)
44 ZLIB = $(ZPATH)/zlibstat.lib50 RLIBS = $(PNGLIB) $(ZLIB) $(WINLIBS)51 WLIBS = $(PNGLIB) $(ZLIB)
124 and ZLIB lines will build dynamically linked executables instead.
32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As46 Declare Function gzclose Lib "ZLIB.DLL" (ByVal file As
67 ZLIB = 2, enumerator118 ZLIB = 2, enumerator
82 case GzipInputStream::ZLIB: windowBitsFormat = 0; break; in internalInflateInit2()224 if (options.format == ZLIB) { in Init()
478 options.format = GzipOutputStream::ZLIB; in TEST_F()490 &input, GzipInputStream::ZLIB, gzip_buffer_size); in TEST_F()506 options.format = GzipOutputStream::ZLIB; in TEST_F()576 options.format = GzipOutputStream::ZLIB; in TEST_F()
10 ZLIB=/zlib17 OPTLOOP OPTRDEP=4 OPTDEP=4 OPTCOMP=4 INCLUDEDIR=$(ZLIB) \
23 ZLIB = -L../../../zlib -lz28 LDLIBS=$(PNGLIB) $(ZLIB)
31 ZLIB=z.lib34 LIBS=$(ZLIB) $(SHAREDLIB) $(SHAREDLIBIMP)70 $(ZLIB): $(OBJS)
14 ZLIB Compressed Data Format Specification version 3.360 RFC 1950 ZLIB Compressed Data Format Specification May 1996116 RFC 1950 ZLIB Compressed Data Format Specification May 1996172 RFC 1950 ZLIB Compressed Data Format Specification May 1996228 RFC 1950 ZLIB Compressed Data Format Specification May 1996284 RFC 1950 ZLIB Compressed Data Format Specification May 1996340 RFC 1950 ZLIB Compressed Data Format Specification May 1996396 RFC 1950 ZLIB Compressed Data Format Specification May 1996452 RFC 1950 ZLIB Compressed Data Format Specification May 1996508 RFC 1950 ZLIB Compressed Data Format Specification May 1996[all …]
47 What happened to the old ZLIB.DLL?49 - The old ZLIB.DLL, built from zlib-1.1.4 or earlier, required58 consequence, incompatible incarnations of ZLIB.DLL started65 that were unable to run with the official ZLIB.DLL build.82 3. Can I build ZLIB.DLL from the new zlib sources, and replace83 an old ZLIB.DLL, that was built from zlib-1.1.4 or earlier?87 it depends on what you mean by "an old ZLIB.DLL", because the90 being used in your particular ZLIB.DLL build, and to use the97 link it to an old ZLIB.DLL, that was built from zlib-1.1.4 or101 what kind of ZLIB.DLL you have. Even if you are lucky, this
1 ZLIB DATA COMPRESSION LIBRARY
40 find_package(ZLIB REQUIRED)
73 if ZLIB
60 DWFL_ERROR (ZLIB, N_("gzip decompression failed")) \
200 dnl Test for zlib and bzlib, gives ZLIB/BZLIB .am204 eu_ZIPLIB(zlib,ZLIB,z,gzdirect,gzip)
26 find_package(ZLIB)
17 original Tight encoding, this still uses JPEG, but ZLIB encoded rects are encoded
32 - Ssh uses the GNU GZIP compression library (ZLIB).
24 find_package(ZLIB REQUIRED)