Searched refs:zlib (Results 1 - 25 of 97) sorted by relevance

1234

/external/zlib/src/contrib/delphi/
H A Dzlibd32.mak1 # Makefile for zlib
3 # Updated for zlib 1.2.x by Cosmin Truta
19 ZLIB_LIB = zlib.lib
33 adler32.obj: adler32.c zlib.h zconf.h
35 compress.obj: compress.c zlib.h zconf.h
37 crc32.obj: crc32.c zlib.h zconf.h crc32.h
39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
41 gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h
43 gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h
45 gzread.obj: gzread.c zlib
[all...]
/external/zlib/src/contrib/pascal/
H A Dzlibd32.mak1 # Makefile for zlib
3 # Updated for zlib 1.2.x by Cosmin Truta
19 ZLIB_LIB = zlib.lib
33 adler32.obj: adler32.c zlib.h zconf.h
35 compress.obj: compress.c zlib.h zconf.h
37 crc32.obj: crc32.c zlib.h zconf.h crc32.h
39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
41 gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h
43 gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h
45 gzread.obj: gzread.c zlib
[all...]
/external/chromium/net/tools/spdyshark/
H A Dpacket-spdy.h33 #include <zlib.h>
/external/libpng/contrib/pngminim/decoder/
H A Dgather.sh6 # change the following 2 lines if zlib is somewhere else
7 cp ../../../../zlib/*.h .
8 cp ../../../../zlib/*.c .
H A Dmakefile28 .c$(O): png.h pngconf.h pngusr.h zlib.h
/external/libpng/contrib/pngminim/encoder/
H A Dgather.sh6 # Change the next 2 lines if zlib is somewhere else.
7 cp ../../../../zlib/*.h .
8 cp ../../../../zlib/*.c .
H A Dmakefile27 .c$(O): png.h pngconf.h pngusr.h zlib.h
/external/qemu/distrib/
H A DMakefile1 ZLIB_VERSION := zlib-1.2.3
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_msgutil.py40 import zlib namespace
202 compress = zlib.compressobj(
203 zlib.Z_DEFAULT_COMPRESSION, zlib.DEFLATED, -zlib.MAX_WBITS)
208 expected += compress.flush(zlib.Z_SYNC_FLUSH)
212 compress = zlib.compressobj(
213 zlib.Z_DEFAULT_COMPRESSION, zlib.DEFLATED, -zlib
[all...]
/external/libpng/contrib/pngminim/preader/
H A Dgather.sh7 # change the following 2 lines if zlib is somewhere else
8 cp ../../../../zlib/*.h .
9 cp ../../../../zlib/*.c .
H A Dmakefile44 .c$(O): png.h pngconf.h readpng2.h pngusr.h zlib.h
/external/protobuf/
H A Dconfigure.ac33 AC_ARG_WITH([zlib],
34 [AS_HELP_STRING([--with-zlib],
85 # Check for zlib.
88 AC_MSG_CHECKING([zlib version])
90 # First check the zlib header version.
93 #include <zlib.h>
95 # error zlib version too old
102 AC_DEFINE([HAVE_ZLIB], [1], [Enable classes using zlib compression.])
106 AC_MSG_FAILURE([--with-zlib was given, but no working zlib librar
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A DMakefile1 # Makefile used to compile zlib statically
14 clean-zlib:
/external/zlib/
H A Dupdate_zlib.sh12 new_version=$(wget -O - --no-verbose -q http://zlib.net/ | \
13 grep 'http://zlib.net/zlib-[0-9].*.tar.gz' | \
14 sed 's/.*zlib-\(.*\)\.tar\.gz.*/\1/')
15 tgz_file="zlib-$new_version.tar.gz"
17 echo "Upgrading zlib to version $new_version..."
21 wget -O /tmp/$tgz_file --no-verbose "http://zlib.net/$tgz_file"
30 mv zlib-$new_version src
/external/zlib/src/contrib/untgz/
H A DMakefile7 untgz.o: untgz.c ../../zlib.h
/external/libpng/projects/visualc71/
H A DREADME_zlib.txt2 It is expected to be part of the next zlib release under
5 Microsoft Developer Studio Project File, Format Version 7.10 for zlib.
9 For conditions of distribution and use, see copyright notice in zlib.h.
15 Open "zlib.sln".
20 binaries set "zlib" as the startup project (Select "zlib" tree view item +
34 This project builds the zlib binaries as follows:
40 * Win32_LIB_Release\zlib.lib static build
42 * Win32_LIB_ASM_Release\zlib.lib static build using ASM code
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dutil.py57 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
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 new
303 self._decompress = zlib
[all...]
/external/tcpdump/
H A Dprint-ipcomp.c43 #include <zlib.h>
/external/zlib/src/
H A Dmake_vms.com46 $ v_file = "zlib.h"
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.h
192 gzread.c zutil.h zlib.h zconf.h
194 gzwrite.c zutil.h zlib.h zconf.h
198 inffast.c zutil.h zlib
[all...]
/external/libpng/
H A DAndroid.mk48 LOCAL_C_INCLUDES += $(common_C_INCLUDES) external/zlib
66 external/zlib
81 LOCAL_C_INCLUDES:= $(common_C_INCLUDES) external/zlib
/external/openssl/apps/
H A Dprogs.pl73 "base64", "zlib",
100 elsif ($_ =~ /zlib/) { $t="#ifdef ZLIB\n${t}#endif\n"; }
/external/open-vcdiff/
H A DAndroid.mk34 src/zlib/adler32.c
/external/sonivox/jet_tools/JetCreator/
H A Dimg_Paste.py5 import cStringIO, zlib namespace
9 return zlib.decompress(
/external/zlib/src/watcom/
H A Dwatcom_l.mak1 # Makefile for zlib
/external/dropbear/
H A Dincludes.h107 #include <zlib.h>

Completed in 408 milliseconds

1234