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
9 All functions of the compression library are documented in the file zlib.h
22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant
28 PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help.
32 http://marknelson.us/1997/01/01/zlib-engine/ .
45 A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is
47 http://docs.python.org/library/zlib.html .
49 zlib is built into tcl: http://wiki.tcl.tk/4610 .
52 of zlib by Gilles Vollant <info@winimage.com>, is available in the
[all …]
H A DChangeLog2 ChangeLog file for zlib
114 - Correct spelling error in zlib.h
455 - Add zlib.3.pdf to distribution
549 - Update zlib.map [Brown]
633 - Update win32/zlib.def with exported symbols from zlib.h
712 - Add zlib.map for Linux: "All symbols from zlib-1.1.4 remain
1007 - Add zlib.3 [Rodgers]
1203 - added compress2 in zconf.h, zlib.def, zlib.dnt
1236 - zlib.lib -> zlib.dll in msdos/zlib.rc (Gilles Vollant)
1261 - fix list of exported functions in nt/zlib.dnt and mdsos/zlib.def
[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()
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()
113 zlib.z_initcomp == NULL|| zlib.z_compress == NULL || in ctf_zopen()
116 bzero(&zlib, sizeof (zlib)); 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
1695 $(OBJS_DIR)/%.o: $(SRC)/contrib/zlib/%.c
H A DMakefile.files618 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