Searched refs:zlib (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/contrib/zlib/ |
H A D | README | 3 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 D | ChangeLog | 2 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 D | THIRDPARTYLICENSE | 25 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 D | ctf_lib.c | 55 } 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 D | zlib.def | 11 package=zlib 14 type=zlib
|
H A D | zlib.lic | 1 . zlib.def
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | Makefile | 8 OBJS= bsd-comp.o deflate.o pppdump.o zlib.o
|
H A D | THIRDPARTYLICENSE | 50 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 D | Makefile.inc | 40 ZLIB= $(SRC)/contrib/zlib
|
/illumos-gate/exception_lists/ |
H A D | packaging.deps | 26 pkg:/library/zlib
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel-platform.p5m | 220 license usr/src/contrib/zlib/THIRDPARTYLICENSE \ 221 license=usr/src/contrib/zlib/THIRDPARTYLICENSE
|
H A D | developer-debug-mdb.p5m | 234 license usr/src/contrib/zlib/THIRDPARTYLICENSE \ 235 license=usr/src/contrib/zlib/THIRDPARTYLICENSE
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.rules | 54 $(OBJS_DIR)/decompress.o := CPPFLAGS += -I$(SRC)/contrib/zlib 55 $(OBJS_DIR)/zmod.o := CPPFLAGS += -I$(SRC)/contrib/zlib 56 $(OBJS_DIR)/zmod_subr.o := CPPFLAGS += -I$(SRC)/contrib/zlib 1706 $(OBJS_DIR)/%.o: $(SRC)/contrib/zlib/%.c
|
H A D | Makefile.files | 620 zlib.o
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | RELEASE | 219 06-05-22 ratz.c: upgrade to zlib-1.2.3 315 04-10-22 ratz.c: change docs to note zlib license
|