HomeSort by relevance Sort by last modified time
    Searched full:zlib (Results 1 - 25 of 869) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/base/
DEPS 3 "+third_party/zlib",
  /external/zlib/src/as400/
readme.txt 0 ZLIB version 1.2.7 for AS400 installation instructions
9 _ Create the ZLIB AS400 library:
11 CRTLIB LIB(ZLIB) TYPE(*PROD) TEXT('ZLIB compression API library')
15 CRTSAVF FILE(ZLIB/ZLIBSAVF)
24 2) Populating the ZLIB AS400 source library
28 _ Extract the saved objects into the ZLIB AS400 library using:
30 RSTOBJ OBJ(*ALL) SAVLIB(ZLIB) DEV(*SAVF) SAVF(ZLIB/ZLIBSAVF) RSTLIB(ZLIB)
    [all...]
  /external/libpng/projects/cbuilder5/
zlib.readme.txt 2 explicitly build zlib. By taking this decision, there is no need
4 the list of zlib source files. After all, this list is private to
5 zlib, and applications (such as libpng) should not assume anything
8 If you wish to contribute a project that builds zlib under Borland
9 C++ Builder, please submit it to the zlib developers, not to the
12 By default, the libpng project uses zlib as a static library. If
13 you wish to use zlib as a DLL, please read the important notes from
14 the zlib DLL FAQ, found inside the zlib distribution.
libpng.readme.txt 5 1). Install zlib in a directory at the same level with libpng.
7 2). In a console window, go to the zlib directory and type:
10 zlib.lib in the zlib directory.
18 5). If the build fails, add the paths to png.h and zlib.h to
21 By default, the libpng project uses zlib as a static library. If
22 you wish to use zlib as a DLL, please read the important notes from
23 the zlib DLL FAQ, found inside the zlib distribution.
  /external/zlib/src/win32/
VisualC.txt 2 To build zlib using the Microsoft Visual C++ environment,
README-WIN32.txt 0 ZLIB DATA COMPRESSION LIBRARY
3 zlib 1.2.7 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://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format)
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). Two compiled
14 Questions about zlib should be sent to <zlib@gzip.org>. The zlib home page
15 is http://zlib.net/ . Before reporting a problem, please check this site t
    [all...]
  /external/zlib/src/contrib/ada/
readme.txt 0 ZLib for Ada thick binding (ZLib.Ada)
4 ZLib.Ada is a thick binding interface to the popular ZLib data
5 compression library, available at http://www.gzip.org/zlib/.
6 It provides Ada-style access to the ZLib C library.
9 Here are the main changes since ZLib.Ada 1.2:
11 - Attension: ZLib.Read generic routine have a initialization requirement
16 - Added Is_Open routines to ZLib and ZLib.Streams packages
    [all...]
zlib-thin.ads 2 -- ZLib for Ada thick binding. --
6 -- Open source license information is in the zlib.ads file. --
9 -- $Id: zlib-thin.ads,v 1.11 2004/07/23 06:33:11 vagul Exp $
15 private package ZLib.Thin is
54 Z_NO_FLUSH : constant := 8#0000#; -- zlib.h:125
55 -- zlib.h:125
56 Z_PARTIAL_FLUSH : constant := 1; -- zlib.h:126
59 -- zlib.h:126
60 Z_SYNC_FLUSH : constant := 2; -- zlib.h:127
61 -- zlib.h:12
    [all...]
  /external/zlib/src/amiga/
Makefile.pup 44 zip -ul9 zlib README ChangeLog Makefile Make????.??? Makefile.?? \
48 cd ..; tar cfz zlib/zlib.tgz zlib/README zlib/ChangeLog zlib/Makefile \
49 zlib/Make????.??? zlib/Makefile.?? zlib/descrip.mms zlib/*.[ch
    [all...]
Makefile.sas 1 # SMakefile for zlib
29 copy clone zlib.h zconf.h INCLUDE:
52 adler32.o: zlib.h zconf.h
53 compress.o: zlib.h zconf.h
54 crc32.o: crc32.h zlib.h zconf.h
55 deflate.o: deflate.h zutil.h zlib.h zconf.h
56 example.o: zlib.h zconf.h
57 gzclose.o: zlib.h zconf.h gzguts.h
58 gzlib.o: zlib.h zconf.h gzguts.h
59 gzread.o: zlib.h zconf.h gzguts.
    [all...]
  /external/zlib/src/old/
descrip.mms 1 # descrip.mms: MMS description file for building zlib on VMS
33 adler32.obj : zutil.h zlib.h zconf.h
34 compress.obj : zlib.h zconf.h
35 crc32.obj : zutil.h zlib.h zconf.h
36 deflate.obj : deflate.h zutil.h zlib.h zconf.h
37 example.obj : zlib.h zconf.h
38 gzio.obj : zutil.h zlib.h zconf.h
39 infblock.obj : zutil.h zlib.h zconf.h infblock.h inftrees.h infcodes.h infutil.h
40 infcodes.obj : zutil.h zlib.h zconf.h inftrees.h infutil.h infcodes.h inffast.h
41 inffast.obj : zutil.h zlib.h zconf.h inftrees.h infutil.h inffast.
    [all...]
README 1 This directory contains files that have not been updated for zlib 1.2.x
  /external/chromium/net/
DEPS 6 "+third_party/zlib",
  /external/libpng/projects/visualc6/
libpng.dsw 15 Project_Dep_Name zlib
36 Project: "zlib"="..\..\..\zlib\projects\visualc6\zlib.dsp" - Package Owner=<4>
  /external/zlib/src/contrib/delphi/
ZLibConst.pas 6 sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
  /external/zlib/src/contrib/untgz/
Makefile.msc 4 untgz.exe: untgz.obj ..\..\zlib.lib
5 $(CC) $(CFLAGS) untgz.obj ..\..\zlib.lib
7 untgz.obj: untgz.c ..\..\zlib.h
10 ..\..\zlib.lib:
  /external/libpng/contrib/pngminim/decoder/
README 3 To build a minimal read-only decoder with embedded libpng and zlib, run
5 gather.sh # to collect needed files from pngminus, libpng, and zlib
  /external/libpng/contrib/pngminim/encoder/
README 3 To build a minimal write-only decoder with embedded libpng and zlib, run
5 gather.sh # to collect needed files from pngminus, libpng, and zlib
  /external/zlib/src/
zlib.pc 7 Name: zlib
8 Description: zlib compression library
zlib.pc.cmakein 7 Name: zlib
8 Description: zlib compression library
zlib.pc.in 7 Name: zlib
8 Description: zlib compression library
INDEX 3 FAQ Frequently Asked Questions about zlib
10 test/example.c zlib usages examples for build testing
16 zlib.3 Man page for zlib
17 zlib.3.pdf Man page in PDF format
18 zlib.map Linux symbol information
19 zlib.pc.in Template for pkg-config descriptor
20 zlib.pc.cmakein zlib.pc template for cmake
28 old/ makefiles for various architectures and zlib documentatio
    [all...]
README 0 ZLIB DATA COMPRESSION LIBRARY
3 zlib 1.2.7 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 t
    [all...]
FAQ 2 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/
    [all...]
treebuild.xml 2 <package name="zlib" version="1.2.7">
3 <library name="zlib" dlversion="1.2.7" dlname="z">
10 <include-file name="zlib.h" scope="public" mode="644" />
14 <depend name="zlib.h" />
18 <depend name="zlib.h" />
22 <depend name="zlib.h" />
27 <depend name="zlib.h" />
32 <depend name="zlib.h" />
37 <depend name="zlib.h" />
42 <depend name="zlib.h" /
    [all...]

Completed in 1991 milliseconds

1 2 3 4 5 6 7 8 91011>>