HomeSort by relevance Sort by last modified time
    Searched refs:deflate (Results 51 - 75 of 111) sorted by null

1 23 4 5

  /libcore/luni/src/main/native/
java_util_zip_Deflater.cpp 88 int err = deflate(&stream->stream, flushParm);
  /system/extras/tests/bionic/libc/other/
test_zlib.c 53 /* allocate deflate state */
71 /* run deflate() on input until output buffer not full, finish
76 ret = deflate(&strm, flush); /* no bad return value */
111 /* decompress until deflate stream ends or end of file */
  /development/ndk/platforms/android-3/include/
zlib.h 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
58 around a deflate stream, which is itself documented in RFC 1951.
63 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream.
168 /* Allowed flush values; see deflate() and inflate() below for details */
203 /* The deflate compression method (the only one supported in this version) */
238 perform any compression: this will be done by deflate().
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
244 deflate compresses as much data as possible, and stops when the input
249 The detailed semantics are as follows. deflate performs one or both of the
255 processing will resume at this point for the next call of deflate()
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
zlib.h 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
58 around a deflate stream, which is itself documented in RFC 1951.
63 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream.
168 /* Allowed flush values; see deflate() and inflate() below for details */
203 /* The deflate compression method (the only one supported in this version) */
238 perform any compression: this will be done by deflate().
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
244 deflate compresses as much data as possible, and stops when the input
249 The detailed semantics are as follows. deflate performs one or both of the
255 processing will resume at this point for the next call of deflate()
    [all...]
  /external/chromium/third_party/zlib/
zlib.h 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
58 around a deflate stream, which is itself documented in RFC 1951.
63 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream.
168 /* Allowed flush values; see deflate() and inflate() below for details */
203 /* The deflate compression method (the only one supported in this version) */
238 perform any compression: this will be done by deflate().
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
244 deflate compresses as much data as possible, and stops when the input
249 The detailed semantics are as follows. deflate performs one or both of the
255 processing will resume at this point for the next call of deflate()
    [all...]
gzio.c 69 z_off_t in; /* bytes into deflate or inflate */
70 z_off_t out; /* bytes out of deflate or inflate */
588 s->z_err = deflate(&(s->stream), Z_NO_FLUSH);
707 flush is as in the deflate() function.
734 s->z_err = deflate(&(s->stream), flush);
740 /* deflate has finished flushing only when it hasn't used up
  /external/qemu/distrib/zlib-1.2.3/
zlib.h 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
58 around a deflate stream, which is itself documented in RFC 1951.
63 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream.
168 /* Allowed flush values; see deflate() and inflate() below for details */
203 /* The deflate compression method (the only one supported in this version) */
238 perform any compression: this will be done by deflate().
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
244 deflate compresses as much data as possible, and stops when the input
249 The detailed semantics are as follows. deflate performs one or both of the
255 processing will resume at this point for the next call of deflate()
    [all...]
gzio.c 69 z_off_t in; /* bytes into deflate or inflate */
70 z_off_t out; /* bytes out of deflate or inflate */
584 s->z_err = deflate(&(s->stream), Z_NO_FLUSH);
703 flush is as in the deflate() function.
730 s->z_err = deflate(&(s->stream), flush);
736 /* deflate has finished flushing only when it hasn't used up
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
zlib.h 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
58 around a deflate stream, which is itself documented in RFC 1951.
63 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream.
168 /* Allowed flush values; see deflate() and inflate() below for details */
203 /* The deflate compression method (the only one supported in this version) */
238 perform any compression: this will be done by deflate().
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
244 deflate compresses as much data as possible, and stops when the input
249 The detailed semantics are as follows. deflate performs one or both of the
255 processing will resume at this point for the next call of deflate()
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
zlib.h 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
58 around a deflate stream, which is itself documented in RFC 1951.
63 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream.
168 /* Allowed flush values; see deflate() and inflate() below for details */
203 /* The deflate compression method (the only one supported in this version) */
238 perform any compression: this will be done by deflate().
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
244 deflate compresses as much data as possible, and stops when the input
249 The detailed semantics are as follows. deflate performs one or both of the
255 processing will resume at this point for the next call of deflate()
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
zlib.h 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
58 around a deflate stream, which is itself documented in RFC 1951.
63 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream.
168 /* Allowed flush values; see deflate() and inflate() below for details */
203 /* The deflate compression method (the only one supported in this version) */
238 perform any compression: this will be done by deflate().
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
244 deflate compresses as much data as possible, and stops when the input
249 The detailed semantics are as follows. deflate performs one or both of the
255 processing will resume at this point for the next call of deflate()
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
zlib.h 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
58 around a deflate stream, which is itself documented in RFC 1951.
63 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream.
168 /* Allowed flush values; see deflate() and inflate() below for details */
203 /* The deflate compression method (the only one supported in this version) */
238 perform any compression: this will be done by deflate().
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
244 deflate compresses as much data as possible, and stops when the input
249 The detailed semantics are as follows. deflate performs one or both of the
255 processing will resume at this point for the next call of deflate()
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
zlib.h 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
58 around a deflate stream, which is itself documented in RFC 1951.
63 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream.
168 /* Allowed flush values; see deflate() and inflate() below for details */
203 /* The deflate compression method (the only one supported in this version) */
238 perform any compression: this will be done by deflate().
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
244 deflate compresses as much data as possible, and stops when the input
249 The detailed semantics are as follows. deflate performs one or both of the
255 processing will resume at this point for the next call of deflate()
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
zlib.h 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
58 around a deflate stream, which is itself documented in RFC 1951.
63 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream.
168 /* Allowed flush values; see deflate() and inflate() below for details */
203 /* The deflate compression method (the only one supported in this version) */
238 perform any compression: this will be done by deflate().
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
244 deflate compresses as much data as possible, and stops when the input
249 The detailed semantics are as follows. deflate performs one or both of the
255 processing will resume at this point for the next call of deflate()
    [all...]
  /external/chromium/net/base/
gzip_filter_unittest.cc 13 #define MOZ_Z_deflate deflate
46 // CM \010 (compression method == DEFLATE)
49 // XFL 2-4? DEFLATE flags
57 ENCODE_GZIP, // Wrap the deflate with a GZip header.
58 ENCODE_DEFLATE // Raw deflate.
82 // Encode the data with deflate
115 // Compress the data in source with deflate encoding and write output to the
154 // Do deflate
241 // Basic scenario: decoding deflate data with big enough buffer.
336 // Decoding deflate stream with corrupted data
    [all...]
  /external/zlib/examples/
gzappend.c 53 the start of the final deflate block. Also whether using Z_BLOCK or not,
66 data is saved along with the number of unused bits to initialize deflate.
68 A deflate process is initialized, using the last 32K of the uncompressed
71 the dictionary. The deflate output bit buffer is also initialized with the
72 last bits from the original deflate stream. From here on, the data to
73 append is simply compressed using deflate, and written to the gzip file.
253 /* decompress gzip file "name", return strm with a deflate stream ready to
255 descriptor pointing to where to write the compressed data -- the deflate
287 /* decompress the deflate stream, saving append information */
340 /* check gzip trailer and save total for deflate */
    [all...]
  /external/zlib/
zlib.h 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
61 around a deflate stream, which is itself documented in RFC 1951.
66 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream.
171 /* Allowed flush values; see deflate() and inflate() below for details */
206 /* The deflate compression method (the only one supported in this version) */
242 this will be done by deflate().
246 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
248 deflate compresses as much data as possible, and stops when the input
253 The detailed semantics are as follows. deflate performs one or both of the
259 processing will resume at this point for the next call of deflate()
    [all...]
gzio.c 69 z_off_t in; /* bytes into deflate or inflate */
70 z_off_t out; /* bytes out of deflate or inflate */
584 s->z_err = deflate(&(s->stream), Z_NO_FLUSH);
703 flush is as in the deflate() function.
730 s->z_err = deflate(&(s->stream), flush);
736 /* deflate has finished flushing only when it hasn't used up
zconf.h.cmakein 38 # define deflate z_deflate
225 /* The memory requirements for deflate are (in bytes):
zconf.h.in 36 # define deflate z_deflate
223 /* The memory requirements for deflate are (in bytes):
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 403 deflater.deflate(zipped);
  /external/chromium/net/flip/
flip_framer.cc 671 int rv = deflate(compressor_.get(), Z_SYNC_FLUSH);
  /external/dropbear/
packet.c 585 result = deflate(ses.keys->trans_zstream, Z_SYNC_FLUSH);
602 * unusual circumstances where the data grows in size after deflate(),
  /external/libpng/
pngwutil.c 231 ret = deflate(&png_ptr->zstream, Z_NO_FLUSH);
287 ret = deflate(&png_ptr->zstream, Z_FINISH);
    [all...]
  /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...]

Completed in 1138 milliseconds

1 23 4 5