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

12 3 4 5 6 7 8 9

  /external/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...]
example.c 167 * Test deflate() with small buffers
189 err = deflate(&c_stream, Z_NO_FLUSH);
190 CHECK_ERR(err, "deflate");
195 err = deflate(&c_stream, Z_FINISH);
197 CHECK_ERR(err, "deflate");
246 * Test deflate() with large buffers and dynamic change of compression level
270 err = deflate(&c_stream, Z_NO_FLUSH);
271 CHECK_ERR(err, "deflate");
273 fprintf(stderr, "deflate not greedy\n");
281 err = deflate(&c_stream, Z_NO_FLUSH)
    [all...]
FAQ 35 5. deflate() or inflate() returns Z_BUF_ERROR.
40 Note that a Z_BUF_ERROR is not fatal--another call to deflate() or
129 18. Why does gzip give an error on a file I make with compress/deflate?
131 The compress and deflate functions produce data in the zlib format, which
147 You can request that deflate write the gzip format instead of the zlib
180 update the version strings in deflate.c and inftrees.c.
226 to understand the deflate format?
240 Yes. inflate() and deflate() will process any amount of data correctly.
241 Each call of inflate() or deflate() is limited to input and output chunks
246 inflate() or deflate(). The application can easily set up its own counter
    [all...]
  /ndk/build/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...]
  /ndk/build/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...]
  /ndk/build/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...]
  /ndk/build/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...]
  /ndk/build/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...]
  /ndk/build/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...]
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterTest.java 176 Deflater deflate = new Deflater(1); local
177 deflate.setInput(byteArray);
178 while (!(deflate.needsInput())) {
179 x += deflate.deflate(outPutBuf, x, outPutBuf.length - x);
181 deflate.finish();
182 while (!(deflate.finished())) {
183 x = x + deflate.deflate(outPutBuf, x, outPutBuf.length - x);
198 // System.out.print(deflate.getTotalOut() + " " + inflate.getTotalIn())
239 Deflater deflate = new Deflater(1); local
    [all...]
DeflaterOutputStreamTest.java 59 protected void deflate() throws IOException { method in class:DeflaterOutputStreamTest.MyDeflaterOutputStream
61 super.deflate();
80 Deflater deflate = new Deflater(1); local
81 deflate.setInput(byteArray);
82 while (!(deflate.needsInput())) {
83 x += deflate.deflate(outPutBuf, x, outPutBuf.length - x);
85 deflate.finish();
86 while (!(deflate.finished())) {
87 x = x + deflate.deflate(outPutBuf, x, outPutBuf.length - x)
    [all...]
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-inherit 54 compression_algorithm deflate;
  /external/libpng/contrib/pngminim/preader/
gather.sh 10 rm minigzip.c example.c compress.c deflate.c gz*
  /external/zlib/amiga/
Makefile.pup 17 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \
56 deflate.o: deflate.h zutil.h zlib.h zconf.h
64 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
Makefile.sas 16 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \
55 deflate.o: deflate.h zutil.h zlib.h zconf.h
63 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
  /external/zlib/contrib/infback9/
inflate9.h 26 Read deflate blocks:
30 Read deflate codes:
  /dalvik/libcore/archive/src/main/java/java/util/zip/
DeflaterOutputStream.java 28 * compresses data using the <i>DEFLATE</i> algorithm. Basically it wraps the
136 protected void deflate() throws IOException { method in class:DeflaterOutputStream
139 x = def.deflate(buf);
179 x = def.deflate(buf);
217 deflate(); method
234 int count = def.deflate(buf, 0, buf.length, Deflater.SYNC_FLUSH);
  /external/zlib/msdos/
Makefile.bor 44 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzio.obj infback.obj
46 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzio.obj+infback.obj
62 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
77 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
Makefile.tc 29 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzio.obj infback.obj
31 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzio.obj+infback.obj
47 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
62 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
  /external/zlib/win32/
Makefile.bor 30 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzio.obj infback.obj
33 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzio.obj+infback.obj
53 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
68 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
  /external/ppp/pppd/
ccp.c 50 * size of 8 (window size = 256) for Deflate compression will cause
51 * buffer overruns and kernel crashes in the deflate module.
88 { "deflate", o_special, (void *)setdeflate,
89 "request Deflate compression",
91 { "nodeflate", o_bool, &ccp_wantoptions[0].deflate,
92 "don't allow Deflate compression", OPT_PRIOSUB | OPT_A2CLR,
93 &ccp_allowoptions[0].deflate },
94 { "-deflate", o_bool, &ccp_wantoptions[0].deflate,
95 "don't allow Deflate compression", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR
    [all...]
  /external/zlib/old/
zlib.html 61 (<a href="#deflate">deflate</a> format) and
281 flush is as in the <a href="#deflate">deflate</a>() function. The return value is the zlib
352 <li> int <a href="#deflate">deflate</a> (<a href="#z_streamp">z_streamp</a> strm, int flush);
390 perform any compression: this will be done by <a href="#deflate">deflate</a>().
393 <font color="Blue"><dt> int <a name="deflate">deflate</a> (<a href="#z_streamp">z_streamp</a> strm, int flush);</font
    [all...]
  /development/ide/xcode/zlib.xcodeproj/
project.pbxproj 13 FE08AA100944F1E40057213F /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA050944F1E40057213F /* deflate.c */; };
22 FE08AA270944F2710057213F /* deflate.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AA1C0944F2710057213F /* deflate.h */; };
64 FE08AA050944F1E40057213F /* deflate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = deflate.c; path = "../../extlibs/zlib-1.2.3/deflate.c"; sourceTree = SOURCE_ROOT; };
73 FE08AA1C0944F2710057213F /* deflate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = deflate.h; path = "../../extlibs/zlib-1.2.3/deflate.h"; sourceTree = SOURCE_ROOT; }
    [all...]
  /external/skia/xcode/zlib.xcodeproj/
project.pbxproj 13 00B7E2200EDCAC9E00F77EA2 /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 00B7E2150EDCAC9E00F77EA2 /* deflate.c */; };
27 00B7E2150EDCAC9E00F77EA2 /* deflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = deflate.c; path = ../../zlib/deflate.c; sourceTree = SOURCE_ROOT; };
66 00B7E2150EDCAC9E00F77EA2 /* deflate.c */,
155 00B7E2200EDCAC9E00F77EA2 /* deflate.c in Sources */,
  /external/zlib/contrib/ada/
mtest.adb 42 Deflate : Filter_Type;
117 Deflate_Init (Deflate);
123 Translate (Deflate);
133 & ZLib.Count'Image (Total_Out (Deflate)));
135 Close (Deflate);

Completed in 61 milliseconds

12 3 4 5 6 7 8 9