Home
last modified time | relevance | path

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

123456

/freebsd/sys/contrib/zlib/
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 latest 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.
19 3. Where can I get a Visual Basic interface to zlib?
22 * http://marknelson.us/1997/01/01/zlib-engine/
[all …]
H A DREADME3 zlib 1.3.1 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
129 - Allow building zlib outside of the source directory
130 - Fix bug that accepted invalid zlib header when windowBits is zero
134 - Reject a window size of 256 bytes if not using the zlib wrapper
154 - Correct spelling error in zlib.h
158 - Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc
180 - Clean up the usage of z_const and respect const usage within zlib
205 - Add gzvprintf() as an undocumented function in zlib
237 - Build both a static and a shared version of zlib with cmake
242 - Allow the use of -Wundef when compiling or using zlib
[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.
143 /* all zlib typedefs in zlib.h and zconf.h */
165 /* all zlib structs in zlib.h and zconf.h */
331 /* If building or using zlib as a DLL, define ZLIB_DLL.
343 /* If building or using zlib with the WINAPI/WINAPIV calling convention,
/freebsd/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
17 The first two files are required by all projects using zlib and they are not included with the zstd…
23 Let's assume that your project that uses zlib is compiled with:
27 - change all references with `#include "zlib.h"` to `#include "zstd_zlibwrapper.h"`
37 Your project should work as before with zlib. There are two options to enable zstd compression:
41 During decompression zlib and zstd streams are automatically detected and decompressed using a prop…
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp33 if (zlib::isAvailable()) in getReasonIfUnsupported()
50 zlib::compress(Input, Output, P.level); in compress()
62 return zlib::decompress(Input, Output, UncompressedSize); in decompress()
74 return zlib::decompress(Input, Output, UncompressedSize); in decompress()
105 bool zlib::isAvailable() { return true; } in isAvailable()
107 void zlib::compress(ArrayRef<uint8_t> Input, in compress()
123 Error zlib::decompress(ArrayRef<uint8_t> Input, uint8_t *Output, in decompress()
135 Error zlib::decompress(ArrayRef<uint8_t> Input, in decompress()
139 Error E = zlib::decompress(Input, Output.data(), UncompressedSize); in decompress()
146 bool zlib::isAvailable() { return false; } in isAvailable()
[all …]
/freebsd/crypto/openssl/Configurations/
H A D00-base-templates.conf51 push @defs, "ZLIB" unless $disabled{zlib};
59 if !$disabled{zlib} && $withargs{zlib_include};
74 sub { !defined($disabled{zlib})
96 my $zlib = $withargs{zlib_lib} // "ZLIB1";
97 push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0];
103 unless ($disabled{zlib}) {
132 if !$disabled{zlib} && !$withargs{zlib_include};
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c57 } zlib; variable
94 if (zlib.z_dlp != NULL) in ctf_zopen()
95 return (zlib.z_dlp); /* library is already loaded */ in ctf_zopen()
100 if ((zlib.z_dlp = dlopen(_libctf_zlib, RTLD_LAZY | RTLD_LOCAL)) == NULL) in ctf_zopen()
103zlib.z_uncompress = (int (*)(uchar_t *, ulong_t *, const uchar_t *, ulong_t)) dlsym(zlib.z_dlp, "u… in ctf_zopen()
104 zlib.z_error = (const char *(*)(int)) dlsym(zlib.z_dlp, "zError"); in ctf_zopen()
106 if (zlib.z_uncompress == NULL || zlib.z_error == NULL) { in ctf_zopen()
107 (void) dlclose(zlib.z_dlp); in ctf_zopen()
108 bzero(&zlib, sizeof (zlib)); in ctf_zopen()
112 zlib.z_uncompress = uncompress; in ctf_zopen()
[all …]
/freebsd/lib/libz/
H A DMakefile8 MAN= zlib.3 zopen.3
11 ZLIBSRC= ${SRCTOP}/sys/contrib/zlib
55 INCS= zconf.h zlib.h
59 ZLIB_VERSION!= sed -n '/define.*ZLIB_VERSION/{s,[^0-9.],,gp;q;}' ${ZLIBSRC}/zlib.h
61 zlib.pc: zlib.pc.in
81 PCFILES= zlib.pc
H A DFREEBSD-upgrade1 Original distribution from http://zlib.net/. Currently, only trivial
9 3) Merge the vendor tree to sys/contrib/zlib, which contains a stripped down
11 4) Double check zconf.h, zlib.pc, and Symbol.map to make sure that we
/freebsd/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/
28 A C++ I/O streams interface to the zlib gz* functions
38 Mini zip and unzip based on zlib
50 Example of the use of zlib
53 A very simple tar.gz file extractor using zlib
56 Building a minizip-enhanced zlib with Microsoft Visual Studio
/freebsd/sys/contrib/openzfs/config/
H A Duser-zlib.m42 dnl # Check for zlib
5 ZFS_AC_FIND_SYSTEM_LIBRARY(ZLIB, [zlib], [zlib.h], [], [z], [compress2 uncompress crc32], [], [
6 AC_MSG_FAILURE([*** zlib-devel package required])
/freebsd/sys/modules/zlib/
H A DMakefile2 .PATH: ${SRCTOP}/sys/dev/zlib
3 .PATH: ${SRCTOP}/sys/contrib/zlib
5 KMOD= zlib
/freebsd/contrib/libarchive/libarchive/
H A Darchive_version_details.c36 #include <zlib.h>
60 const char *zlib = archive_zlib_version(); in archive_version_details()
70 if (zlib != NULL) { in archive_version_details()
71 archive_strcat(&str, " zlib/"); in archive_version_details()
72 archive_strcat(&str, zlib); in archive_version_details()
61 const char *zlib = archive_zlib_version(); archive_version_details() local
/freebsd/sys/dev/zlib/
H A Dzlib_mod.c50 DECLARE_MODULE(zlib, zlib_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
51 MODULE_VERSION(zlib, 1);
/freebsd/crypto/openssh/.github/
H A Dsetup_ci.sh72 default|without-openssl|without-zlib|c89)
152 zlib-*)
244 (cd ${HOME} && git clone https://github.com/madler/zlib.git &&
245 cd ${HOME}/zlib && ./configure && make &&
246 sudo make install prefix=/opt/zlib)
/freebsd/crypto/openssl/doc/man3/
H A DCMS_compress.pod17 algorithm (zlib compression). B<in> is the content to be compressed.
20 The only currently supported compression algorithm is zlib using the NID
23 If zlib support is not compiled into OpenSSL then CMS_compress() will return
52 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/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@:>@])])
122 AC_CHECK_HEADERS(zlib.h)
242 AC_MSG_ERROR([zlib support requested but not found])
246 AC_DEFINE([ZLIBSUPPORT], 1, [Enable zlib compression support])
/freebsd/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/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.
71 zlib-devel and pam-devel, on Debian based distros these may be
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompression.h34 namespace zlib {
95 : format(F), level(F == Format::Zlib ? zlib::DefaultCompression in Params()
/freebsd/stand/
H A Dloader.mk14 CFLAGS.pnglite.c+= -DHAVE_MEMCPY -I${SRCTOP}/sys/contrib/zlib
60 CFLAGS.part.c+= -DHAVE_MEMCPY -I${SRCTOP}/sys/contrib/zlib
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp51 bool doCompression = Compress && compression::zlib::isAvailable() && in write()
54 compression::zlib::compress(arrayRefFromStringRef(FilenamesStr), in write()
56 compression::zlib::BestSizeCompression); in write()

123456