Home
last modified time | relevance | path

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

123456

/freebsd-12.1/sys/contrib/zlib/
H A DFAQ7 The lastest zlib FAQ is at http://zlib.net/zlib_faq.html
10 1. Is zlib Y2K-compliant?
18 precompiled DLL are found in the zlib web site at http://zlib.net/ .
47 It's in zlib.h . Examples of zlib usage are in the files test/example.c
128 using zlib.
177 x.x.x.f are reserved for modifications to zlib by others than the zlib
189 Note that distributing a compiled zlib library along with zlib.h and
208 does PKZIP and zlib. However, you can look in zlib's contrib/blast
253 zlib is compiled. See the zlibCompileFlags() function in zlib.h.
284 Probably what you want is to use zlib in Java. zlib is already included
[all …]
H A DREADME3 zlib 1.2.11 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 <[email protected]> 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 <[email protected]>, is available in the
[all …]
H A DChangeLog2 ChangeLog file for zlib
51 - Correct spelling error in zlib.h
392 - Add zlib.3.pdf to distribution
486 - Update zlib.map [Brown]
570 - Update win32/zlib.def with exported symbols from zlib.h
649 - Add zlib.map for Linux: "All symbols from zlib-1.1.4 remain
944 - Add zlib.3 [Rodgers]
1140 - added compress2 in zconf.h, zlib.def, zlib.dnt
1173 - zlib.lib -> zlib.dll in msdos/zlib.rc (Gilles Vollant)
1198 - fix list of exported functions in nt/zlib.dnt and mdsos/zlib.def
[all …]
H A Dzlib.pc.in7 Name: zlib
8 Description: zlib compression library
H A Dzconf.h.in1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
13 * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.
140 /* all zlib typedefs in zlib.h and zconf.h */
162 /* all zlib structs in zlib.h and zconf.h */
332 /* If building or using zlib as a DLL, define ZLIB_DLL.
344 /* If building or using zlib with the WINAPI/WINAPIV calling convention,
/freebsd-12.1/contrib/llvm/lib/Support/
H A DCompression.cpp48 bool zlib::isAvailable() { return true; } in isAvailable()
50 Error zlib::compress(StringRef InputBuffer, in compress()
64 Error zlib::uncompress(StringRef InputBuffer, char *UncompressedBuffer, in uncompress()
75 Error zlib::uncompress(StringRef InputBuffer, in uncompress()
85 uint32_t zlib::crc32(StringRef Buffer) { in crc32()
90 bool zlib::isAvailable() { return false; } in isAvailable()
91 Error zlib::compress(StringRef InputBuffer, in compress()
95 Error zlib::uncompress(StringRef InputBuffer, char *UncompressedBuffer, in uncompress()
99 Error zlib::uncompress(StringRef InputBuffer, in uncompress()
104 uint32_t zlib::crc32(StringRef Buffer) { in crc32()
/freebsd-12.1/sys/contrib/zstd/zlibWrapper/
H A DREADME.md1 Zstandard wrapper for zlib
4 …ing a zstd wrapper for [zlib](http://zlib.net/) is to allow a quick and smooth transition to zstd …
8 To build the zstd wrapper for zlib the following files are required:
9 - zlib.h
10 - a static or dynamic zlib library
23 Let's assume that your project that uses zlib is compiled with:
46 We have take the file `test/example.c` from [the zlib library distribution](http://zlib.net/) and c…
49 zlib version 1.2.8 = 0x1280, compile flags = 0x65
63 zlib version 1.2.8 = 0x1280, compile flags = 0x65
74 #### The measurement of performace of Zstandard wrapper for zlib
[all …]
/freebsd-12.1/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c56 } zlib; variable
93 if (zlib.z_dlp != NULL) in ctf_zopen()
103 zlib.z_error = (const char *(*)(int)) dlsym(zlib.z_dlp, "zError"); in ctf_zopen()
105 if (zlib.z_uncompress == NULL || zlib.z_error == NULL) { in ctf_zopen()
106 (void) dlclose(zlib.z_dlp); in ctf_zopen()
107 bzero(&zlib, sizeof (zlib)); in ctf_zopen()
111 zlib.z_uncompress = uncompress; in ctf_zopen()
112 zlib.z_error = zError; in ctf_zopen()
115 zlib.z_dlp = (void *) (uintptr_t) 1; in ctf_zopen()
118 return (zlib.z_dlp); in ctf_zopen()
[all …]
/freebsd-12.1/sys/contrib/zlib/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
/freebsd-12.1/sys/contrib/zlib/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!
/freebsd-12.1/lib/libz/
H A DMakefile9 MAN= zlib.3 zopen.3
11 ZLIBSRC= ${SRCTOP}/sys/contrib/zlib
51 INCS= zconf.h zlib.h
66 FILES= zlib.pc
H A DFREEBSD-upgrade3 Original distribution from http://zlib.net/. Currently, only trivial
11 3) Merge the vendor tree to sys/contrib/zlib, which contains a stripped down
13 4) Double check zconf.h, zlib.pc, and Symbol.map to make sure that we
H A Dzlib.pc8 Name: zlib
9 Description: zlib compression library
/freebsd-12.1/contrib/subversion/
H A Dget-deps.sh49 ZLIB=zlib-${ZLIB_VERSION}
106 test -d $BASEDIR/zlib && return
109 $HTTP_FETCH http://sourceforge.net/projects/libpng/files/zlib/$ZLIB_VERSION/$ZLIB.tar.gz
114 mv $ZLIB zlib
152 for i in zlib serf sqlite-amalgamation apr apr-util gmock-fused; do
/freebsd-12.1/contrib/file/
H A Dconfigure.ac37 AC_MSG_CHECKING(for zlib support)
38 AC_ARG_ENABLE(zlib, optenable
39 [AS_HELP_STRING([--disable-zlib], [disable zlib compression support @<:@default=auto@:>@])])
98 AC_CHECK_HEADERS(zlib.h)
179 AC_MSG_ERROR([zlib support requested but not found])
182 AC_DEFINE([ZLIBSUPPORT], 1, [Enable zlib compression support])
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_version_details.c61 const char *zlib = archive_zlib_version(); in archive_version_details() local
71 if (zlib != NULL) { in archive_version_details()
73 archive_strcat(&str, zlib); in archive_version_details()
/freebsd-12.1/sys/modules/zlib/
H A DMakefile5 KMOD= zlib
6 SRCS= zlib.c
/freebsd-12.1/contrib/binutils/
H A DMakefile.in34087 maybe-all-zlib: all-zlib
34088 all-zlib: configure-zlib
34332 maybe-info-zlib: info-zlib
34357 maybe-dvi-zlib: dvi-zlib
34382 maybe-pdf-zlib: pdf-zlib
34407 maybe-html-zlib: html-zlib
34432 maybe-TAGS-zlib: TAGS-zlib
47375 mv stage1-zlib zlib
47570 mv stage2-zlib zlib ; \
47802 mv stage3-zlib zlib ; \
[all …]
/freebsd-12.1/crypto/openssl/doc/man3/
H A DCMS_compress.pod17 algorithm (zlib compression). B<in> is the content to be compressed.
22 The only currently supported compression algorithm is zlib using the NID
25 If zlib support is not compiled into OpenSSL then CMS_compress() will return
56 Additional compression parameters such as the zlib compression level cannot
H A DCMS_uncompress.pod24 The only currently supported compression algorithm is zlib: if the structure
27 If zlib support is not compiled into OpenSSL then CMS_uncompress() will always
/freebsd-12.1/contrib/llvm/lib/Object/
H A DDecompressor.cpp23 if (!zlib::isAvailable()) in create()
93 return zlib::uncompress(SectionData, Buffer.data(), Size); in decompress()
/freebsd-12.1/sys/contrib/zlib/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 …]
/freebsd-12.1/crypto/openssh/
H A DREADME.platform27 locations (eg IBM's OpenSSL and zlib packages) then you will need to
31 --with-ssl-dir=/opt/freeware --with-zlib=/opt/freeware
47 openssl-devel, zlib, minres, minires-devel.
70 zlib-devel and pam-devel, on Debian based distros these may be
/freebsd-12.1/sys/contrib/zstd/
H A DREADME.md4 targeting real-time compression scenarios at zlib-level and better compression ratios.
37 | zlib 1.2.11 -1 | 2.743 | 110 MB/s | 400 MB/s |
45 [zlib]:http://www.zlib.net/
51 a property shared by most LZ compression algorithms, such as [zlib] or lzma.
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td32 MetaVarName<"[ zlib | zlib-gnu ]">,
34 "styles: 'zlib-gnu' and 'zlib'">;

123456