HomeSort by relevance Sort by last modified time
    Searched full:deflate (Results 151 - 175 of 218) sorted by null

1 2 3 4 5 67 8 9

  /external/zlib/contrib/iostream2/
zstream.h 213 * _flush is as in the deflate() function. The return value is the zlib
  /external/dropbear/
configure.in 112 AC_CHECK_LIB(z, deflate, , AC_MSG_ERROR([*** zlib missing - install first or check config.log ***]))
118 AC_CHECK_LIB(z, deflate, , AC_MSG_ERROR([*** zlib missing - install first or check config.log ***]))
  /external/zlib/contrib/vstudio/vc8/
zlibvc.vcproj 944 RelativePath="..\..\..\deflate.c"
1175 RelativePath="..\..\..\deflate.h"
testzlib.vcproj 771 RelativePath="..\..\..\deflate.c"
zlibstat.vcproj 707 RelativePath="..\..\..\deflate.c"
  /external/zlib/projects/visualc6/
zlib.dsp 297 SOURCE=..\..\deflate.c
372 SOURCE=..\..\deflate.h
  /frameworks/base/libs/utils/
ZipFileRO.cpp 573 * Uncompress "deflate" data from one buffer to another.
638 * Uncompress "deflate" data from one buffer to an open file descriptor.
  /external/ppp/pppd/
pppd.8 302 .B deflate \fInr,nt
304 Deflate scheme, with a maximum window size of \fI2**nr\fR bytes, and
312 \fIdeflate 0\fR to disable Deflate compression entirely. (Note: pppd
313 requests Deflate compression in preference to BSD-Compress if the peer
708 Disables Deflate compression; pppd will not request or agree to
709 compress packets using the Deflate scheme.
    [all...]
  /dalvik/libcore/archive/src/main/java/java/util/zip/
Inflater.java 25 * This class uncompresses data that was compressed using the <i>DEFLATE</i>
  /external/clearsilver/
configure.in 163 AC_CHECK_LIB(z, deflate, [cs_cv_compression=yes], [cs_cv_compression=no])
  /external/ipsec-tools/src/racoon/
algorithm.c 224 { "deflate", algtype_deflate, IPSECDOI_IPCOMP_DEFLATE, },
  /external/qemu/distrib/zlib-1.2.3/
inftrees.c 83 increases. For the deflate format, these bits are stored backwards
trees.c 16 * in the deflate specification.
20 * Deutsch, L.P.,"'Deflate' Compressed Data Format Specification".
21 * Available in ftp.uu.net:/pub/archiving/zip/doc/deflate-1.1.doc
36 #include "deflate.h"
    [all...]
  /external/webkit/WebCore/platform/image-decoders/
ImageDecoder.h 209 // biggest size that decoded images can have. Image decoders will deflate those
  /external/webkit/WebKitTools/pywebsocket/test/
test_handshake.py 149 'Accept-Encoding':'gzip,deflate',
  /external/zlib/contrib/ada/
test.adb 307 -- Deflate using generic instantiation.
zlib.ads 98 -- if and when it get to the next deflate block boundary. When decoding the
  /external/zlib/contrib/infback9/
inftree9.c 85 increases. For the deflate format, these bits are stored backwards
  /external/zlib/contrib/masm686/
match.asm 44 ; gzhead and gzindex are added in zlib 1.2.2.2 (see deflate.h)
  /external/zlib/examples/
zran.c 14 An access point can be created at the start of any deflate block, by saving
  /external/zlib/
inftrees.c 83 increases. For the deflate format, these bits are stored backwards
trees.c 16 * in the deflate specification.
20 * Deutsch, L.P.,"'Deflate' Compressed Data Format Specification".
21 * Available in ftp.uu.net:/pub/archiving/zip/doc/deflate-1.1.doc
36 #include "deflate.h"
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
libmng_types.h 342 /* size of temporary zlib buffer for deflate processing */
  /external/zlib/contrib/minizip/
zip.c 1002 err=deflate(&zi->ci.stream, Z_NO_FLUSH);
1060 err=deflate(&zi->ci.stream, Z_FINISH);
    [all...]
  /external/libpng/
pngwutil.c 231 ret = deflate(&png_ptr->zstream, Z_NO_FLUSH);
287 ret = deflate(&png_ptr->zstream, Z_FINISH);
    [all...]

Completed in 117 milliseconds

1 2 3 4 5 67 8 9