/development/ide/xcode/zlib.xcodeproj/ |
project.pbxproj | 30 FE08AA2F0944F2710057213F /* zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AA240944F2710057213F /* zlib.h */; }; 61 FE08AA020944F1E40057213F /* adler32.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = adler32.c; path = "../../extlibs/zlib-1.2.3/adler32.c"; sourceTree = SOURCE_ROOT; }; 62 FE08AA030944F1E40057213F /* compress.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = compress.c; path = "../../extlibs/zlib-1.2.3/compress.c"; sourceTree = SOURCE_ROOT; }; 63 FE08AA040944F1E40057213F /* crc32.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = crc32.c; path = "../../extlibs/zlib-1.2.3/crc32.c"; sourceTree = SOURCE_ROOT; }; 64 FE08AA050944F1E40057213F /* deflate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = deflate.c; path = "../../extlibs/zlib-1.2.3/deflate.c"; sourceTree = SOURCE_ROOT; }; 65 FE08AA060944F1E40057213F /* infback.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = infback.c; path = "../../extlibs/zlib-1.2.3/infback.c"; sourceTree = SOURCE_ROOT; }; 66 FE08AA070944F1E40057213F /* inffast.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = inffast.c; path = "../../extlibs/zlib-1.2.3/inffast.c"; sourceTree = SOURCE_ROOT; }; 67 FE08AA080944F1E40057213F /* inflate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = inflate.c; path = "../../extlibs/zlib-1.2.3/inflate.c"; sourceTree = SOURCE_ROOT; }; 68 FE08AA090944F1E40057213F /* inftrees.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = inftrees.c; path = "../../extlibs/zlib-1.2.3/inftrees.c"; sourceTree = SOURCE_ROOT; } [all...] |
/external/zlib/src/old/ |
Makefile.riscos | 2 # Patched for zlib 1.1.2 rw@shadow.org.uk 19980430 15 libdest = lib:zlib 52 @copy @.h.zlib $(libdest).h.zlib A~C~DF~L~N~P~Q~RS~TV 55 @echo okay, installed zlib in $(libdest) 71 o.example: h.zlib 74 o.minigzip: h.zlib 77 o.adler32: h.zlib 80 o.compress: h.zlib 83 o.crc32: h.zlib [all...] |
Makefile.emx | 1 # Makefile for zlib. Modified for emx/rsxnt by Chr. Spieler, 6/16/98. 3 # For conditions of distribution and use, see copyright notice in zlib.h 28 INCL=zlib.h zconf.h 29 LIBS=zlib.a 50 zlib.a: $(OBJS) 63 $(RM) zlib.a
|
/bootable/recovery/minzip/ |
Android.mk | 12 external/zlib \
|
/external/libpng/contrib/pngminim/encoder/ |
dummy_inflate.c | 1 #include "zlib.h"
|
/external/libpng/contrib/pngminus/ |
makefile.tc3 | 10 CCFLAGS=-O -m$(MODEL) -I..\libpng -I..\zlib 11 LDFLAGS=-m$(MODEL) -L..\libpng -L..\zlib 25 $(LD) $(LDFLAGS) png2pnm$(O) libpng$(L) zlib$(L) 31 $(LD) $(LDFLAGS) pnm2png$(O) libpng$(L) zlib$(L)
|
makefile.std | 20 #ZLIB = -L$(ZPATH)/lib -lz 22 ZINC = -I../../../zlib 23 ZLIB = -L../../../zlib -lz 24 ZLIBS = ../../../zlib/libz.a 27 LDFLAGS=$(PNGLIB) $(ZLIB)
|
/external/zlib/src/contrib/infback9/ |
infback9.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 10 * This should be compiled with zlib, since it uses zutil.h and zutil.o. 12 * comments in zlib.h for inflateBack() usage. These functions are used 16 * zlib.h must be included before this header file.
|
/frameworks/native/cmds/atrace/ |
Android.mk | 8 LOCAL_C_INCLUDES += external/zlib
|
/external/libpng/projects/visualc71/ |
README.txt | 8 * The zlib source files are in ..\..\..\zlib 9 * The zlib project file is in . /* Warning: This is until the zlib project 10 files get intergrated into the next zlib release. The final zlib project 11 directory will then be ..\..\..\zlib\projects\visualc71. */
|
/external/zlib/src/contrib/pascal/ |
readme.txt | 3 zlib data compression library. 10 example.pas usage example of zlib 11 zlibpas.pas the Pascal interface to zlib 18 - Although the name "zlib" would have been more normal for the 19 zlibpas unit, this name is already taken by Borland's ZLib unit. 21 interface to the full-fledged zlib functionality, but a suite of 22 class wrappers around zlib streams. Other essential features, 27 - The C and zlib-supplied types int, uInt, long, uLong, etc. are 34 real need for unsigned int in zlib under a 32-bit environment. 36 - Except for the callbacks, the zlib function interfaces ar [all...] |
/external/libpng/contrib/gregbook/ |
Makefile.sgi | 14 # This makefile assumes libpng and zlib have already been built or downloaded 17 # the PNGINC, PNGLIB, ZINC and ZLIB lines. 19 # This makefile builds dynamically linked executables (against libpng and zlib, 21 # ZLIB lines. 35 ZLIB = -L/usr/local/lib -lz # dynamically linked against zlib 36 #ZLIB = /usr/local/lib/libz.a # statically linked against zlib 37 #ZINC = -I../zlib 38 #ZLIB = -L../zlib -l [all...] |
/external/zlib/src/contrib/ada/ |
read.adb | 2 -- ZLib for Ada thick binding. -- 6 -- Open source license information is in the zlib.ads file. -- 17 with ZLib; 33 Header : constant ZLib.Header_Type := ZLib.Default; 34 -- Do not use Header other than Default in ZLib versions 1.1.4 and older. 45 Filter : ZLib.Filter_Type; 68 -- ZLib.Read 71 procedure Read is new ZLib.Read 114 Ada.Text_IO.Put_Line ("ZLib " & ZLib.Version) [all...] |
/external/chromium_org/third_party/zlib/ |
google.patch | 1 diff -ru zlib-1.2.5/gzlib.c zlib/gzlib.c 2 --- zlib-1.2.5/gzlib.c 3 +++ zlib/gzlib.c 15 diff -ru zlib-1.2.5/mozzconf.h zlib/mozzconf.h 16 --- zlib-1.2.5/mozzconf.h 2011-12-15 18:10:49.000000000 +0800 17 +++ zlib/mozzconf.h 2011-12-16 16:08:00.000000000 +0800 33 + * The Original Code is the mozilla zlib configuration. 148 +/* New as of zlib 1.2.5 * [all...] |
zlib.target.darwin-arm.mk | 25 third_party/zlib/adler32.c \ 26 third_party/zlib/compress.c \ 27 third_party/zlib/crc32.c \ 28 third_party/zlib/deflate.c \ 29 third_party/zlib/gzclose.c \ 30 third_party/zlib/gzlib.c \ 31 third_party/zlib/gzread.c \ 32 third_party/zlib/gzwrite.c \ 33 third_party/zlib/infback.c \ 34 third_party/zlib/inffast.c [all...] |
zlib.target.darwin-mips.mk | 25 third_party/zlib/adler32.c \ 26 third_party/zlib/compress.c \ 27 third_party/zlib/crc32.c \ 28 third_party/zlib/deflate.c \ 29 third_party/zlib/gzclose.c \ 30 third_party/zlib/gzlib.c \ 31 third_party/zlib/gzread.c \ 32 third_party/zlib/gzwrite.c \ 33 third_party/zlib/infback.c \ 34 third_party/zlib/inffast.c [all...] |
zlib.target.darwin-x86.mk | 25 third_party/zlib/adler32.c \ 26 third_party/zlib/compress.c \ 27 third_party/zlib/crc32.c \ 28 third_party/zlib/deflate.c \ 29 third_party/zlib/gzclose.c \ 30 third_party/zlib/gzlib.c \ 31 third_party/zlib/gzread.c \ 32 third_party/zlib/gzwrite.c \ 33 third_party/zlib/infback.c \ 34 third_party/zlib/inffast.c [all...] |
zlib.target.linux-arm.mk | 25 third_party/zlib/adler32.c \ 26 third_party/zlib/compress.c \ 27 third_party/zlib/crc32.c \ 28 third_party/zlib/deflate.c \ 29 third_party/zlib/gzclose.c \ 30 third_party/zlib/gzlib.c \ 31 third_party/zlib/gzread.c \ 32 third_party/zlib/gzwrite.c \ 33 third_party/zlib/infback.c \ 34 third_party/zlib/inffast.c [all...] |
zlib.target.linux-mips.mk | 25 third_party/zlib/adler32.c \ 26 third_party/zlib/compress.c \ 27 third_party/zlib/crc32.c \ 28 third_party/zlib/deflate.c \ 29 third_party/zlib/gzclose.c \ 30 third_party/zlib/gzlib.c \ 31 third_party/zlib/gzread.c \ 32 third_party/zlib/gzwrite.c \ 33 third_party/zlib/infback.c \ 34 third_party/zlib/inffast.c [all...] |
zlib.target.linux-x86.mk | 25 third_party/zlib/adler32.c \ 26 third_party/zlib/compress.c \ 27 third_party/zlib/crc32.c \ 28 third_party/zlib/deflate.c \ 29 third_party/zlib/gzclose.c \ 30 third_party/zlib/gzlib.c \ 31 third_party/zlib/gzread.c \ 32 third_party/zlib/gzwrite.c \ 33 third_party/zlib/infback.c \ 34 third_party/zlib/inffast.c [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
ruby.php | 114 'ZeroDivisionError', 'Zlib', 115 'Zlib::BufError', 'Zlib::DataError', 'Zlib::Deflate', 116 'Zlib::Error', 'Zlib::GzipFile', 'Zlib::GzipFile::CRCError', 117 'Zlib::GzipFile::Error', 'Zlib::GzipFile::LengthError', 118 'Zlib::GzipFile::NoFooter', 'Zlib::GzipReader' [all...] |
/external/zlib/src/contrib/ |
README.contrib | 2 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
|
/external/zlib/src/msdos/ |
Makefile.emx | 1 # Makefile for zlib. Modified for emx 0.9c by Chr. Spieler, 6/17/98. 3 # For conditions of distribution and use, see copyright notice in zlib.h 28 INCL=zlib.h zconf.h 29 LIBS=zlib.a 50 zlib.a: $(OBJS) 63 $(RM) zlib.a
|
/external/zlib/src/win32/ |
DLL_FAQ.txt | 6 of the official DLL build of zlib, named ZLIB1.DLL. If you have 7 general questions about zlib, you should see the file "FAQ" found 8 in the zlib distribution, or at the following location: 9 http://www.gzip.org/zlib/zlib_faq.html 14 - ZLIB1.DLL is the official build of zlib as a DLL. 17 Pointers to a precompiled ZLIB1.DLL can be found in the zlib 19 http://www.zlib.net/ 25 files "zlib.h" and "zlib.def", found in an official zlib [all...] |
/external/zlib/src/contrib/vstudio/ |
readme.txt | 1 Building instructions for the DLL versions of Zlib 1.2.8
4 This directory contains projects that build zlib and minizip using
19 - Uncompress current zlib, including all contrib/* files
28 - Uncompress current zlib, including all contrib/* files
33 - Uncompress current zlib, including all contrib/* files
45 - This DLL, named zlibwapi.dll, is compatible to the old zlib.dll built
46 by Gilles Vollant from the zlib 1.1.x sources, and distributed at
50 particular build of zlib.dll, you can rename zlibwapi.dll to zlib.dll.
53 versions of zlib.dll on the Internet. [all...] |