Home
last modified time | relevance | path

Searched refs:zlib (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A DREADME3 zlib 1.2.12 is a general purpose data compression library. All the code is
4 thread safe. The data format used by the zlib library is described by RFCs
6 http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
9 All functions of the compression library are documented in the file zlib.h
10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant
23 <info@winimage.com> for the Windows DLL version. The zlib home page is
24 http://zlib.net/ . Before reporting a problem, please check this site to
25 verify that you have the latest version of zlib; otherwise get the latest
28 PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help.
[all …]
H A DChangeLog2 ChangeLog file for zlib
89 - Allow building zlib outside of the source directory
90 - Fix bug that accepted invalid zlib header when windowBits is zero
94 - Reject a window size of 256 bytes if not using the zlib wrapper
114 - Correct spelling error in zlib.h
118 - Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc
140 - Clean up the usage of z_const and respect const usage within zlib
165 - Add gzvprintf() as an undocumented function in zlib
197 - Build both a static and a shared version of zlib with cmake
202 - Allow the use of -Wundef when compiling or using zlib
[all …]
H A DTHIRDPARTYLICENSE25 The data format used by the zlib library is described by RFCs (Request for
27 (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format).
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c55 } zlib; variable
97 if (zlib.z_dlp != NULL) in ctf_zopen()
98 return (zlib.z_dlp); /* library is already loaded */ in ctf_zopen()
103 if ((zlib.z_dlp = dlopen(_libctf_zlib, RTLD_LAZY | RTLD_LOCAL)) == NULL) in ctf_zopen()
106 zlib.z_uncompress = (int (*)()) dlsym(zlib.z_dlp, "uncompress"); in ctf_zopen()
107 zlib.z_initcomp = (int (*)()) dlsym(zlib.z_dlp, "deflateInit_"); in ctf_zopen()
108 zlib.z_compress = (int (*)()) dlsym(zlib.z_dlp, "deflate"); in ctf_zopen()
109 zlib.z_finicomp = (int (*)()) dlsym(zlib.z_dlp, "deflateEnd"); in ctf_zopen()
110 zlib.z_error = (const char *(*)()) dlsym(zlib.z_dlp, "zError"); in ctf_zopen()
112 if (zlib.z_uncompress == NULL || zlib.z_error == NULL || in ctf_zopen()
[all …]
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dzlib.def11 package=zlib
14 type=zlib
H A Dzlib.lic1 . zlib.def
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DMakefile8 OBJS= bsd-comp.o deflate.o pppdump.o zlib.o
H A DTHIRDPARTYLICENSE50 This file is derived from zlib.h and zconf.h from the zlib-0.95
55 zlib.h -- interface of the 'zlib' general purpose compression library
/illumos-gate/usr/src/boot/
H A DMakefile.inc40 ZLIB= $(SRC)/contrib/zlib
/illumos-gate/exception_lists/
H A Dpackaging.deps22 pkg:/library/zlib
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel-platform.p5m218 license usr/src/contrib/zlib/THIRDPARTYLICENSE \
219 license=usr/src/contrib/zlib/THIRDPARTYLICENSE
H A Ddeveloper-debug-mdb.p5m234 license usr/src/contrib/zlib/THIRDPARTYLICENSE \
235 license=usr/src/contrib/zlib/THIRDPARTYLICENSE
/illumos-gate/usr/src/uts/common/
H A DMakefile.rules51 $(OBJS_DIR)/decompress.o := CPPFLAGS += -I$(SRC)/contrib/zlib
52 $(OBJS_DIR)/zmod.o := CPPFLAGS += -I$(SRC)/contrib/zlib
53 $(OBJS_DIR)/zmod_subr.o := CPPFLAGS += -I$(SRC)/contrib/zlib
1699 $(OBJS_DIR)/%.o: $(SRC)/contrib/zlib/%.c
H A DMakefile.files619 zlib.o
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DRELEASE219 06-05-22 ratz.c: upgrade to zlib-1.2.3
315 04-10-22 ratz.c: change docs to note zlib license