Home
last modified time | relevance | path

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

123

/dragonfly/contrib/zlib-1.2/
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 <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 DREADME.DELETED23 zlib.3.pdf
24 zlib.map
25 zlib.pc.cmakein
26 zlib.pc.in
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 DREADME.DRAGONFLY5 http://www.zlib.net
7 file = zlib-1.2.11.tar.gz
/dragonfly/lib/libz/
H A DMakefile7 MAN= zlib.3
10 CONTRIBDIR= ${.CURDIR}/../../contrib/zlib-1.2
22 INCS= zconf.h zlib.h
26 FILES= zlib.pc
H A Dzlib.pc7 Name: zlib
8 Description: zlib compression library
H A DMakefile.stand4 ZLIBDIR= ${LIBSTAND_SRC}/../../contrib/zlib-1.2
/dragonfly/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()
/dragonfly/sys/net/zlib/
H A DMakefile3 KMOD= zlib
4 SRCS= zlib.c
/dragonfly/sys/net/
H A DMakefile15 zlib
/dragonfly/contrib/xz/
H A DREADME29 popular zlib library. For the same reason, the command-line tool xz
113 Since the liblzma API has similarities to the zlib API, some people
114 may find it useful to read the zlib docs and tutorial too:
116 http://zlib.net/manual.html
117 http://zlib.net/zlib_how.html
/dragonfly/sys/vfs/hammer2/
H A DMakefile8 .PATH: ${.CURDIR} ${.CURDIR}/zlib ${.CURDIR}/xxhash
/dragonfly/contrib/cvs-1.12/
H A DREADME.DRAGONFLY29 src/zlib.c
H A DREADME.DELETED186 zlib/
/dragonfly/usr.sbin/makefs/hammer2/
H A DMakefile.inc13 .PATH: ${.CURDIR}/hammer2/zlib
/dragonfly/contrib/binutils-2.34/
H A DREADME.DRAGONFLY24 configure --with-system-zlib --with-lib-path=/lib:/usr/lib \
/dragonfly/contrib/binutils-2.27/
H A DREADME.DRAGONFLY24 ./configure --with-system-zlib --with-gmp=/usr/local --with-mpfr=/usr/local \
/dragonfly/sbin/hammer2/
H A DMakefile28 .PATH: ${.CURDIR}/../../sys/libkern ${.CURDIR}/../../sys/vfs/hammer2/xxhash ${.CURDIR}/zlib ${.CURD…
/dragonfly/gnu/usr.bin/cvs/cvs/
H A DMakefile24 update.c version.c vers_ts.c watch.c wrapper.c zlib.c
/dragonfly/contrib/file/magic/Magdir/
H A Dcompress72 # zlib.3.gz
384 >>>0 byte&0x80 =0 zlib compressed data
385 !:mime application/zlib
H A Dandroid68 # look for zlib compressed by ./compress after message with 1 space at end
/dragonfly/contrib/file/src/
H A Dcompress.c576 size_t bytes_max, size_t *n, int zlib) in uncompresszlib() argument
593 rc = zlib ? inflateInit(&z) : inflateInit2(&z, -15); in uncompresszlib()
/dragonfly/contrib/binutils-2.34/ld/emultempl/
H A Delf.em637 else if (strcasecmp (optarg, "zlib") == 0)
639 else if (strcasecmp (optarg, "zlib-gnu") == 0)
641 else if (strcasecmp (optarg, "zlib-gabi") == 0)
/dragonfly/sys/netgraph7/deflate/
H A Dng_deflate.c161 MODULE_DEPEND(ng_deflate, zlib, 1, 1, 1);

123