/external/freetype/src/gzip/ |
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.
|
/external/qemu/ |
Makefile.tests | 48 emulator-zlib \ 63 emulator64-zlib \
|
/external/qemu/distrib/ext4_utils/ |
sources.mk | 52 emulator-zlib 65 emulator64-zlib
|
/external/zlib/src/contrib/infback9/ |
inflate9.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 8 subject to change. Applications should only use zlib.h.
|
/external/zlib/src/contrib/iostream3/ |
README | 1 These classes provide a C++ stream interface to the zlib library. It allows you 11 and made available in the zlib contrib/iostream directory. The older version still
|
/system/core/fastbootd/ |
Android.mk | 23 external/zlib/ \ 64 external/zlib/
|
/external/chromium_org/net/filter/ |
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/contrib/pngminim/decoder/ |
makefile | 27 ZLIBSRC=$(PNGSRC)/../zlib 30 # Zlib (minimal inflate requirements - crc32 is used by libpng) 37 ZH = zlib.h crc32.h inffast.h inffixed.h \ 44 ZINC = zlib.h $(ZCONF) 46 # Headers the Zlib source uses 138 # zlib release
|
/external/libpng/contrib/pngminim/preader/ |
makefile | 43 ZLIBSRC=$(PNGSRC)/../zlib 46 # Zlib (minimal inflate requirements - crc32 is used by libpng) 53 ZH = zlib.h crc32.h inffast.h inffixed.h \ 60 ZINC = zlib.h $(ZCONF) 62 # Headers the Zlib source uses 153 # zlib release
|
/external/libpng/scripts/ |
makefile.msc | 9 # Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib 13 CPPFLAGS=-I..\zlib 90 $(LD) $(LDFLAGS) pngtest.obj,,,libpng.lib ..\zlib\zlib.lib ;
|
makefile.vcwin32 | 9 # Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib 18 CPPFLAGS = -I..\zlib 96 $(LD) $(LDFLAGS) -out:$@ pngtest$(O) libpng.lib ..\zlib\zlib.lib $(ERRFILE)
|
/external/zopfli/src/zopfli/ |
zopfli_bin.c | 21 Zopfli compressor program. It can output gzip-, zlib- or deflate-compatible 23 decompress. Decompression can be done by any standard gzip, zlib or deflate 144 else if (StringsEqual(arg, "--zlib")) output_type = ZOPFLI_FORMAT_ZLIB; 163 " --zlib output to zlib format instead of gzip\n" 184 outfilename = AddStrings(filename, ".zlib");
|
/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/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/qemu/distrib/zlib-1.2.8/ |
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...] |
/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/x86_64-linux-glibc2.11-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.11-4.8/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/ |
README | 64 png.h. For a description on using zlib (the compression library used by 65 libpng) and zlib's restrictions, see zlib.h 70 You should use zlib 1.0.4 or later to run this, but it MAY work with 71 versions as old as zlib 0.95. Even so, there are bugs in older zlib 73 some images. You will definitely need zlib 1.0.4 or later if you are 75 and medium memory models. You should also note that zlib is a 77 You can use zlib as a drop-in replacement for fread() and fwrite() if 80 zlib should be available at the same place that libpng is, or at zlib.net [all...] |