/external/zlib/src/ |
gzguts.h | 1 /* gzguts.h -- zlib internal header definitions for gz* operations 3 * For conditions of distribution and use, see copyright notice in zlib.h 22 #include "zlib.h" 130 /* provide prototypes for these when building zlib without LFS */ 190 /* zlib inflate or deflate stream */
|
zutil.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 8 subject to change. Applications should only use zlib.h. 22 #include "zlib.h" 79 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */ 170 /* provide prototypes for these when building zlib without LFS */
|
inftrees.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 8 subject to change. Applications should only use zlib.h. 41 examples/enough.c found in the zlib distribtution. The arguments to that
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_zipfile.py | 1 # We can test part of the module without zlib. 3 import zlib namespace 5 zlib = None variable 264 @skipUnless(zlib, "requires zlib") 269 @skipUnless(zlib, "requires zlib") 274 @skipUnless(zlib, "requires zlib") 279 @skipUnless(zlib, "requires zlib" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_zipfile.py | 1 # We can test part of the module without zlib. 3 import zlib namespace 5 zlib = None variable 264 @skipUnless(zlib, "requires zlib") 269 @skipUnless(zlib, "requires zlib") 274 @skipUnless(zlib, "requires zlib") 279 @skipUnless(zlib, "requires zlib" [all...] |
/external/chromium_org/sdch/ |
sdch.gyp | 15 '../third_party/zlib/zlib.gyp:zlib',
|
/external/chromium_org/sync/ |
sync_internal_api.gypi | 15 '../third_party/zlib/zlib.gyp:zlib',
|
/external/chromium_org/third_party/openssl/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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
opt-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 77 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib 79 ; (if you compile with zlib 1.0.4 or older, remove the +4). 96 ; in zlib in the deflate_state structure since the asm code was first written 97 ; (if you compile with zlib 1.0.4 or older, use "%define zlib1222add (-4)"). 98 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "%define zlib1222add 0") [all...] |
/external/chromium_org/third_party/zlib/ |
inftrees.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 8 subject to change. Applications should only use zlib.h. 41 examples/enough.c found in the zlib distribtution. The arguments to that
|
/external/libpng/scripts/ |
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/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/src/contrib/infback9/ |
inftree9.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 8 subject to change. Applications should only use zlib.h. 41 examples/enough.c found in the zlib distribtution. The arguments to that
|
/external/zlib/src/contrib/masmx64/ |
gvmat64.asm | 11 ; from Jean-loup Gailly in deflate.c of zLib and infoZip zip.
34 ; http://www.zlib.net
41 ; to compile this file for zLib, I use option:
43 ; Be carrefull to adapt zlib1222add below to your version of zLib
44 ; (if you use a version of zLib before 1.0.4 or after 1.2.2.2, change
114 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
116 ; (if you compile with zlib 1.0.4 or older, remove the +4).
133 ; in zlib in the deflate_state structure since the asm code was first written
134 ; (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
135 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "zlib1222add equ 0"). [all...] |
/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.
|
/development/ndk/platforms/android-3/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. */
|
/external/chromium/sdch/open-vcdiff/src/ |
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. */
|
/external/chromium_org/sdch/open-vcdiff/src/zlib/ |
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. */
|
/external/chromium_org/third_party/protobuf/vsprojects/ |
readme.txt | 60 ZLib support 67 1) Obtain a copy of the zlib library. The pre-compiled DLL at zlib.net works. 68 2) Make sure zlib's two headers are in your include path and that the .lib file 75 4) Under "Additional Dependencies", add the name of the zlib .lib file (e.g. 80 against the zlib library directly from your own app.
|
/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/open-vcdiff/src/zlib/ |
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. */
|