/external/libpng/scripts/ |
makefile.vcwin32 | 9 # Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib 19 CFLAGS = -nologo -DPNG_NO_MMX_CODE -MD -O2 -W3 -I..\zlib 92 $(LD) $(LDFLAGS) -out:$@ pngtest$(O) libpng.lib ..\zlib\zlib.lib $(ERRFILE)
|
makefile.bc32 | 11 ## Where zlib.h, zconf.h and zlib.lib are 12 ZLIB_DIR=..\zlib 95 $(CC) $(CFLAGS) $(LDFLAGS) $*.c $(LIBNAME) zlib.lib $(NOEHLIB) 98 $(LD) $(LDFLAGS) $*.obj $(LIBNAME) zlib.lib $(NOEHLIB)
|
makefile.acorn | 5 CCflags = -c -depend !Depend -IC:,Zlib: -g -throwback -DRISCOS -fnah 36 @.pngtest: @.o.pngtest @.libpng-lib C:o.Stubs Zlib:zlib_lib 37 Link $(Linkflags) @.o.pngtest @.libpng-lib C:o.Stubs Zlib:zlib_lib
|
makefile.gcc | 10 # Location of the zlib library and include files 11 ZLIBINC = ../zlib 12 ZLIBLIB = ../zlib
|
makefile.os2 | 11 # Where the zlib library and include files are located 12 ZLIBLIB=../zlib 13 ZLIBINC=../zlib
|
makefile.std | 24 # Where the zlib library and include files are located 27 ZLIBLIB=../zlib 28 ZLIBINC=../zlib
|
makefile.tc3 | 9 CFLAGS=-O2 -Z -m$(MODEL) -I..\zlib 10 #CFLAGS=-D_NO_PROTO -O2 -Z -m$(MODEL) -I..\zlib # Turbo C older than 3.00 14 LDFLAGS=-m$(MODEL) -L..\zlib
|
/external/libpng/ |
README | 68 png.h. For a description on using zlib (the compression library used by 69 libpng) and zlib's restrictions, see zlib.h 74 You should use zlib 1.0.4 or later to run this, but it MAY work with 75 versions as old as zlib 0.95. Even so, there are bugs in older zlib 77 some images. You will definitely need zlib 1.0.4 or later if you are 79 and medium memory models. You should also note that zlib is a 81 You can use zlib as a drop-in replacement for fread() and fwrite() if 84 zlib should be available at the same place that libpng is, or a [all...] |
/external/zlib/ |
ChangeLog | 2 ChangeLog file for zlib 15 - Correct inflateInit2() error return documentation in zlib.h 43 - Note in zlib.h how much deflateSetDictionary() actually uses 58 - Add INFLATE_STRICT to check distances against zlib header 68 - Fix DecompressBuf in contrib/delphi/ZLib.pas [ManChesTer] 81 - Use zstreamp consistently in zlib.h (inflate_back functions) 92 - Add comment in zlib.h for Z_NO_FLUSH parameter to deflate() 96 - Update zlib.h comments on gzip in-memory processing 117 - Fix indentation; update version in contrib/delphi/ZLib.pas and 127 - Remove err dummy parameter in zlib.h [Kientzle [all...] |
zconf.h | 1 /* 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. 202 /* If building or using zlib as a DLL, define ZLIB_DLL. 214 /* If building or using zlib with the WINAPI/WINAPIV calling convention, 223 /* No need for _export, use ZLIB.DEF instead. */
|
zconf.in.h | 1 /* 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. 202 /* If building or using zlib as a DLL, define ZLIB_DLL. 214 /* If building or using zlib with the WINAPI/WINAPIV calling convention, 223 /* No need for _export, use ZLIB.DEF instead. */
|
/external/libpng/projects/visualc71/ |
libpng.vcproj | 20 AdditionalIncludeDirectories="..\..;..\..\..\zlib"
48 AdditionalIncludeDirectories="..\..;..\..\..\zlib;$(IntDir)"/>
68 AdditionalIncludeDirectories="..\..;..\..\..\zlib"
96 AdditionalIncludeDirectories="..\..;..\..\..\zlib;$(IntDir)"/>
116 AdditionalIncludeDirectories="..\..;..\..\..\zlib"
145 AdditionalIncludeDirectories="..\..;..\..\..\zlib;$(IntDir)"/>
165 AdditionalIncludeDirectories="..\..;..\..\..\zlib"
194 AdditionalIncludeDirectories="..\..;..\..\..\zlib;$(IntDir)"/>
214 AdditionalIncludeDirectories="..\..;..\..\..\zlib"
242 AdditionalIncludeDirectories="..\..;..\..\..\zlib;$(IntDir)"/> [all...] |
/external/zlib/contrib/ada/ |
zlib-streams.adb | 2 -- ZLib for Ada thick binding. -- 6 -- Open source license information is in the zlib.ads file. -- 9 -- $Id: zlib-streams.adb,v 1.10 2004/05/31 10:53:40 vagul Exp $ 13 package body ZLib.Streams is 151 procedure Read is new ZLib.Read 199 procedure Write is new ZLib.Write 225 end ZLib.Streams;
|
zlib-thin.adb | 2 -- ZLib for Ada thick binding. -- 6 -- Open source license information is in the zlib.ads file. -- 9 -- $Id: zlib-thin.adb,v 1.8 2003/12/14 18:27:31 vagul Exp $ 11 package body ZLib.Thin is 141 end ZLib.Thin;
|
/external/kernel-headers/original/linux/ |
zlib.h | 0 /* zlib.h -- interface of the 'zlib' general purpose compression library 25 The data format used by the zlib library is described by RFCs (Request for 27 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). 35 /* zlib deflate based on ZLIB_VERSION "1.1.3" */ 36 /* zlib inflate based on ZLIB_VERSION "1.2.3" */ 39 This is a modified version of zlib for use inside the Linux kernel. 53 The 'zlib' compression library provides in-memory compression and 66 the zlib format, which is a zlib wrapper documented in RFC 1950, wrappe [all...] |
/external/libpng/contrib/gregbook/ |
README | 66 - zlib http://zlib.net/ 72 you need to download and build both zlib (on which libpng depends) and 73 libpng. A common build setup is to place the zlib, libpng and pngbook 75 libpng build can refer to files in ../zlib (or ..\zlib or [-.zlib]), 119 Note that the names of the dynamic and static libpng and zlib libraries 124 and ZLIB lines will build dynamically linked executables instead.
|
/external/zlib/contrib/iostream2/ |
zstream.h | 23 * zstream.h - C++ interface to the 'zlib' general purpose compression library 30 #include "zlib.h" 63 * cases (if errno is zero, the zlib error is Z_MEM_ERROR). 78 * the zlib error number (see function error() below). 92 * given compressed file. errnum is set to zlib error number. If an 175 * (if errno is zero, the zlib error is Z_MEM_ERROR). 196 * the zlib error number (see function error() below). 213 * _flush is as in the deflate() function. The return value is the zlib 225 * given compressed file. errnum is set to zlib error number. If an
|
/external/openssl/crypto/comp/ |
comp_err.c | 82 {ERR_REASON(COMP_R_ZLIB_DEFLATE_ERROR) ,"zlib deflate error"}, 83 {ERR_REASON(COMP_R_ZLIB_INFLATE_ERROR) ,"zlib inflate error"}, 84 {ERR_REASON(COMP_R_ZLIB_NOT_SUPPORTED) ,"zlib not supported"},
|
/external/zlib/contrib/masmx64/ |
gvmat64.asm | 9 ; from Jean-loup Gailly in deflate.c of zLib and infoZip zip.
14 ; http://www.zlib.net
21 ; to compile this file for zLib, I use option:
23 ; Be carrefull to adapt zlib1222add below to your version of zLib
24 ; (if you use a version of zLib before 1.0.4 or after 1.2.2.2, change
75 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
77 ; (if you compile with zlib 1.0.4 or older, remove the +4).
94 ; in zlib in the deflate_state structure since the asm code was first written
95 ; (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
96 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "zlib1222add equ 0"). [all...] |
/frameworks/base/libs/utils/ |
Android.mk | 58 LOCAL_C_INCLUDES += external/zlib 87 external/zlib \ 110 LOCAL_C_INCLUDES += external/zlib external/icu4c/common
|
/system/core/libzipfile/ |
zipfile.c | 6 #include <zlib.h> 96 // Use the undocumented "negative window bits" feature to tell zlib 97 // that there's no zlib header waiting for it.
|
/external/libpng/projects/cbuilder5/ |
libpng.bpr | 14 <LIBFILES value="..\..\..\zlib\zlib.lib"/>
31 <INCLUDEPATH value="..\..;..\..\..\zlib;$(BCB)\include"/>
78 Item0=..\..;..\..\..\zlib;$(BCB)\include
79 Item1=..\..;P:\My Documents\Source\PNG+ZLib\zlib;$(BCB)\include
|
/external/qemu/distrib/zlib-1.2.3/ |
zconf.h | 1 /* 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. 202 /* If building or using zlib as a DLL, define ZLIB_DLL. 214 /* If building or using zlib with the WINAPI/WINAPIV calling convention, 223 /* No need for _export, use ZLIB.DEF instead. */
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
zconf.h | 1 /* 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. 202 /* If building or using zlib as a DLL, define ZLIB_DLL. 214 /* If building or using zlib with the WINAPI/WINAPIV calling convention, 223 /* No need for _export, use ZLIB.DEF instead. */
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
zconf.h | 1 /* 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. 202 /* If building or using zlib as a DLL, define ZLIB_DLL. 214 /* If building or using zlib with the WINAPI/WINAPIV calling convention, 223 /* No need for _export, use ZLIB.DEF instead. */
|