/external/chromium_org/net/base/ |
gzip_filter.h | 10 // Internally GZipFilter uses zlib inflate to do decoding. 49 // return. For example, the internal zlib may process some pre-filter data 99 // Inserts a zlib header to the data stream before calling zlib inflate. 126 // a zlib header to this stream. 132 // The control block of zlib which actually does the decoding.
|
gzip_filter.cc | 9 #include "third_party/zlib/zlib.h" 32 // Initialize zlib control block 131 // mod_deflate don't generate zlib headers. 133 // Insert a dummy zlib header and try again. 206 // Fill in zlib control block 230 // According to zlib documentation, when calling inflate with Z_NO_FLUSH,
|
/external/libpng/scripts/ |
makefile.vcawin32 | 9 # Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib 19 CFLAGS = -nologo -DPNG_USE_PNGVCRD -MD -O2 -W3 -I..\zlib 92 $(LD) $(LDFLAGS) -out:$@ pngtest$(O) libpng.lib ..\zlib\zlib.lib $(ERRFILE)
|
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)
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
util.py | 57 import zlib namespace 214 # ADLER32 (4 octet) fields of zlib so that we can use zlib module just as 223 # See zconf.h, deflate.cc, inflate.cc of zlib library, and zlibmodule.c of 224 # Python. See also RFC1950 (ZLIB 3.3). 232 self._compress = zlib.compressobj( 233 zlib.Z_DEFAULT_COMPRESSION, zlib.DEFLATED, -window_bits) 237 compressed_bytes += self._compress.flush(zlib.Z_SYNC_FLUSH) 272 # zlib.Decompress object for the new stream. Create a ne [all...] |
/external/chromium_org/third_party/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/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/src/doc/ |
rfc1950.txt | 14 ZLIB Compressed Data Format Specification version 3.3 40 <ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html>. 61 RFC 1950 ZLIB Compressed Data Format Specification May 1996 118 RFC 1950 ZLIB Compressed Data Format Specification May 1996 124 to compress data into zlib format and/or decompress data from zlib 175 RFC 1950 ZLIB Compressed Data Format Specification May 1996 215 A zlib stream has the following structure: 232 RFC 1950 ZLIB Compressed Data Format Specification May 1996 246 Any data which may appear after ADLER32 are not part of the zlib [all...] |
/external/chromium_org/third_party/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 16 * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it. 111 /* all zlib typedefs in zlib.h and zconf.h */ 131 /* all zlib structs in zlib.h and zconf.h */ 277 /* If building or using zlib as a DLL, define ZLIB_DLL. 289 /* If building or using zlib with the WINAPI/WINAPIV calling convention, 298 /* No need for _export, use ZLIB.DEF instead. * [all...] |
/external/zlib/src/ |
make_vms.com | 8 $! Make procedure history for Zlib 43 $ name = "Zlib" 46 $ v_file = "zlib.h" 174 $ write sys$output "Compiling Zlib sources ..." 180 adler32.c zlib.h zconf.h 182 compress.c zlib.h zconf.h 184 crc32.c zlib.h zconf.h 186 deflate.c deflate.h zutil.h zlib.h zconf.h 188 gzclose.c zutil.h zlib.h zconf.h 190 gzlib.c zutil.h zlib.h zconf. [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. 127 /* all zlib typedefs in zlib.h and zconf.h */ 149 /* all zlib structs in zlib.h and zconf.h */ 309 /* If building or using zlib as a DLL, define ZLIB_DLL. 321 /* If building or using zlib with the WINAPI/WINAPIV calling convention, 330 /* No need for _export, use ZLIB.DEF instead. * [all...] |
zconf.h.cmakein | 1 /* zconf.h -- configuration of the zlib compression library 3 * For conditions of distribution and use, see copyright notice in zlib.h 15 * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it. 129 /* all zlib typedefs in zlib.h and zconf.h */ 151 /* all zlib structs in zlib.h and zconf.h */ 311 /* If building or using zlib as a DLL, define ZLIB_DLL. 323 /* If building or using zlib with the WINAPI/WINAPIV calling convention, 332 /* No need for _export, use ZLIB.DEF instead. * [all...] |
zconf.h.in | 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. 127 /* all zlib typedefs in zlib.h and zconf.h */ 149 /* all zlib structs in zlib.h and zconf.h */ 309 /* If building or using zlib as a DLL, define ZLIB_DLL. 321 /* If building or using zlib with the WINAPI/WINAPIV calling convention, 330 /* No need for _export, use ZLIB.DEF instead. * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/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. 93 /* all zlib typedefs in zlib.h and zconf.h */ 118 /* all zlib structs in zlib.h and zconf.h */ 265 /* If building or using zlib as a DLL, define ZLIB_DLL. 277 /* If building or using zlib with the WINAPI/WINAPIV calling convention, 286 /* No need for _export, use ZLIB.DEF instead. * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/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. 93 /* all zlib typedefs in zlib.h and zconf.h */ 118 /* all zlib structs in zlib.h and zconf.h */ 265 /* If building or using zlib as a DLL, define ZLIB_DLL. 277 /* If building or using zlib with the WINAPI/WINAPIV calling convention, 286 /* No need for _export, use ZLIB.DEF instead. * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/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. 93 /* all zlib typedefs in zlib.h and zconf.h */ 118 /* all zlib structs in zlib.h and zconf.h */ 265 /* If building or using zlib as a DLL, define ZLIB_DLL. 277 /* If building or using zlib with the WINAPI/WINAPIV calling convention, 286 /* No need for _export, use ZLIB.DEF instead. * [all...] |
/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/src/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/valgrind/main/ |
xfree-4.supp | 328 # zlib-1.2.x uses uninitialised memory in some tricky way which 333 zlib-1.2.x trickyness (1a): See http://www.zlib.net/zlib_faq.html#faq36 341 zlib-1.2.x trickyness (1b): See http://www.zlib.net/zlib_faq.html#faq36 348 zlib-1.2.x trickyness (2a): See http://www.zlib.net/zlib_faq.html#faq36 356 zlib-1.2.x trickyness (2b): See http://www.zlib.net/zlib_faq.html#faq36 363 zlib-1.2.x trickyness (3a): See http://www.zlib.net/zlib_faq.html#faq3 [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/src/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/chromium_org/third_party/zlib/google/ |
zip.cc | 5 #include "third_party/zlib/google/zip.h" 14 #include "third_party/zlib/google/zip_internal.h" 15 #include "third_party/zlib/google/zip_reader.h" 21 #include "third_party/zlib/contrib/minizip/unzip.h" 22 #include "third_party/zlib/contrib/minizip/zip.h"
|