/external/qemu/distrib/libpng-1.2.19/ |
pngwutil.c | 217 ret = deflate(&png_ptr->zstream, Z_NO_FLUSH); 272 ret = deflate(&png_ptr->zstream, Z_FINISH); [all...] |
png.h | 590 0: zTXt, deflate 592 2: iTXt, deflate */ [all...] |
pngwrite.c | 961 ret = deflate(&png_ptr->zstream, Z_SYNC_FLUSH); [all...] |
/external/grub/stage2/ |
gunzip.c | 261 * This must be a power of two, and at least 32K for zip's deflate method 373 /* Tables for deflate from PKZIP's appnote.txt. */ [all...] |
/external/ipsec-tools/src/racoon/ |
racoon.conf.5 | 1028 .Ic deflate [all...] |
cftoken.l | 469 deflate { YYD; yylval.num = algtype_deflate; return(ALGORITHMTYPE); }
|
strnames.c | 489 { IPSECDOI_IPCOMP_DEFLATE, "DEFLATE", NULL},
|
/dalvik/libdex/ |
ZipArchive.c | 503 * Uncompress "deflate" data from one buffer to an open file descriptor.
|
/external/ipsec-tools/src/libipsec/ |
pfkey_dump.c | 209 { SADB_X_CALG_DEFLATE, "deflate", },
|
/external/qemu/block/ |
qcow.c | 870 ret = deflate(&strm, Z_FINISH);
|
qcow2.c | 869 ret = deflate(&strm, Z_FINISH);
|
/external/qemu/distrib/zlib-1.2.3/ |
infback.c | 236 returns Z_STREAM_END on success, Z_DATA_ERROR for an deflate format
|
inflate.c | 313 inflate call, but the end of the deflate stream has not been reached yet. [all...] |
/external/webkit/WebCore/platform/network/curl/ |
ResourceHandleManager.cpp | 737 // enable gzip and deflate through Accept-Encoding:
|
/external/zlib/contrib/ada/ |
zlib.adb | 77 := (True => (Step => Thin.Deflate'Access,
|
/external/zlib/contrib/infback9/ |
infback9.c | 212 returns Z_STREAM_END on success, Z_DATA_ERROR for an deflate format
|
/external/zlib/contrib/masmx86/ |
gvmat32.asm | 4 ; from Jean-loup Gailly in deflate.c
|
/external/zlib/examples/ |
gun.c | 412 if (NEXT() != 8) { /* only deflate method allowed */
|
/external/zlib/ |
infback.c | 236 returns Z_STREAM_END on success, Z_DATA_ERROR for an deflate format
|
/frameworks/base/tests/CoreTests/android/core/ |
MiscRegressionTest.java | 434 deflater.deflate(zipped);
|
/external/clearsilver/autom4te.cache/ |
traces.0 | 310 m4trace:configure.in:163: -1- AC_CHECK_LIB([z], [deflate], [cs_cv_compression=yes], [cs_cv_compression=no])
|
/external/libxml2/ |
xmlIO.c | [all...] |
/external/libpng/ |
png.h | 698 0: zTXt, deflate 700 2: iTXt, deflate */ [all...] |
pngwrite.c | 1000 ret = deflate(&png_ptr->zstream, Z_SYNC_FLUSH); [all...] |
/dalvik/docs/ |
debugmon.html | 217 by the original chunk type and the uncompressed length. For zlib's deflate
|