Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/lib/libz/
H A DFAQ2 Frequently Asked Questions about zlib
5 If your question is not there, please check the zlib home page
6 http://zlib.net/ which may have more recent information.
7 The lastest zlib FAQ is at http://zlib.net/zlib_faq.html
10 1. Is zlib Y2K-compliant?
12 Yes. zlib doesn't handle dates.
16 The zlib sources can be compiled without change to produce a DLL. See the
17 file win32/DLL_FAQ.txt in the zlib distribution. Pointers to the
18 precompiled DLL are found in the zlib web site at http://zlib.net/ .
20 3. Where can I get a Visual Basic interface to zlib?
[all …]
H A DREADME3 zlib 1.2.8 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
8 - Correct spelling error in zlib.h
12 - Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc
34 - Clean up the usage of z_const and respect const usage within zlib
59 - Add gzvprintf() as an undocumented function in zlib
91 - Build both a static and a shared version of zlib with cmake
96 - Allow the use of -Wundef when compiling or using zlib
103 - Look in build directory for zlib.pc in CMakeLists.txt
111 - Fix the path to zlib.map in CMakeLists.txt
119 - Include gz_header definition when compiling zlib solo
[all …]
H A DMakefile8 MAN= zlib.3 zopen.3
56 INCS= zconf.h zlib.h
71 FILES= zlib.pc
H A Dzlib.pc8 Name: zlib name
9 Description: zlib compression library
H A DFREEBSD-upgrade5 Original distribution from http://www.gzip.org/zlib/
20 compress.c inffixed.h zlib.3
21 crc32.c inflate.c zlib.h
/titanic_53/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 …]
/titanic_53/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 …]
/titanic_53/usr/src/boot/lib/libz/contrib/
H A DREADME.contrib2 provided by users of zlib and were not tested by the authors of zlib.
4 for help about these, not the zlib authors. Thanks.
9 See http://zlib-ada.sourceforge.net/
39 A C++ I/O streams interface to the zlib gz* functions
59 Mini zip and unzip based on zlib
71 Example of the use of zlib
74 A very simple tar.gz file extractor using zlib
77 Building a minizip-enhanced zlib with Microsoft Visual Studio
/titanic_53/usr/src/boot/lib/libz/contrib/asm686/
H A DREADME.6861 This is a patched version of zlib, modified to use
9 compiler used to build the original version of zlib falls afoul of the
25 Added for zlib 1.1.3:
30 To compile zlib with this asm file, copy match.S to the zlib directory
47 license to match that of the rest of zlib. Share and Enjoy!
/titanic_53/usr/src/uts/common/zmod/
H A DTHIRDPARTYLICENSE1 * zlib.h -- interface of the 'zlib' general purpose compression library
25 * The data format used by the zlib library is described by RFCs (Request for
27 * (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
/titanic_53/usr/src/contrib/ast/lib/package/
H A Dzlib.def11 package=zlib
14 type=zlib
H A Dzlib.lic1 . zlib.def
/titanic_53/usr/src/boot/lib/libz/doc/
H A Drfc1950.txt40 <ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html>.
122 to compress data into zlib format and/or decompress data from zlib
212 A zlib stream has the following structure:
242 Any data which may appear after ADLER32 are not part of the zlib
316 of the zlib specification.
347 zlib data format is used as part of another standard data format,
362 ignore FLEVEL and still be compliant. When the zlib data format
401 Source code for a C language implementation of a "zlib" compliant
402 library is available at ftp://ftp.uu.net/pub/archiving/zip/zlib/.
414 Jean-Loup Gailly and Mark Adler designed the zlib format and wrote
[all …]
H A Drfc1951.txt38 <ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html>.
884 compressor and decompressor is available within the zlib package at
885 ftp://ftp.uu.net/pub/archiving/zip/zlib/.
H A Dalgorithm.txt3 The deflation algorithm used by gzip (also zip and zlib) is a variation of
H A Drfc1952.txt38 <ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html>.
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DMakefile7 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
/titanic_53/exception_lists/
H A Dpackaging.deps26 pkg:/library/zlib
/titanic_53/usr/src/uts/common/
H A DMakefile.rules48 $(OBJS_DIR)/decompress.o := CPPFLAGS += -I$(SRC)/contrib/zlib
49 $(OBJS_DIR)/zmod.o := CPPFLAGS += -I$(SRC)/contrib/zlib
50 $(OBJS_DIR)/zmod_subr.o := CPPFLAGS += -I$(SRC)/contrib/zlib
1569 $(OBJS_DIR)/%.o: $(SRC)/contrib/zlib/%.c
H A DMakefile.files592 zlib.o
/titanic_53/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