/external/zlib/msdos/ |
Makefile.bor | 44 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj 46 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj 62 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 83 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 gzclose.obj gzlib.obj gzread.obj 31 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj 47 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
|
Makefile.msc | 40 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj 56 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
|
/external/zlib/win32/ |
Makefile.bor | 27 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj 30 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj 50 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 71 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
/libcore/luni/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 138 while ((byteCount = def.deflate(buf)) != 0) { 175 int byteCount = def.deflate(buf); 200 deflate(); method 215 while ((byteCount = def.deflate(buf, 0, buf.length, Deflater.SYNC_FLUSH)) != 0) {
|
/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...] |
/external/zlib/ |
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 | 33 5. deflate() or inflate() returns Z_BUF_ERROR. 38 Z_BUF_ERROR is not fatal--another call to deflate() or inflate() can be 128 18. Why does gzip give an error on a file I make with compress/deflate? 130 The compress and deflate functions produce data in the zlib format, which 146 You can request that deflate write the gzip format instead of the zlib 179 update the version strings in deflate.c and inftrees.c. 216 deflate stream once to generate an index, and then use that index for 227 understand the deflate format? 241 Yes. inflate() and deflate() will process any amount of data correctly. 242 Each call of inflate() or deflate() is limited to input and output chunk [all...] |
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...] |
treebuild.xml | 50 <source name="deflate.c"> 54 <depend name="deflate.h" /> 60 <depend name="deflate.h" />
|
README | 6 http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) 60 - For 64-bit Irix, deflate.c must be compiled without any optimization. With 80 The deflate format used by zlib was defined by Phil Katz. The deflate and
|
/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/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);
|
/external/zlib/as400/ |
bndsrc | 28 /* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */ 31 EXPORT SYMBOL("deflate") 100 /* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */
|
readme.txt | 72 deflate.c DEFLATE C ZLIB - Compress data using the deflation algorithm 83 deflate.h DEFLATE C ZLIB - Internal compression state
|
/external/zlib/old/as400/ |
bndsrc | 28 /* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */ 31 EXPORT SYMBOL("deflate") 100 /* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
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) */ 241 perform any compression: this will be done by deflate(). 245 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); 247 deflate compresses as much data as possible, and stops when the input 252 The detailed semantics are as follows. deflate performs one or both of the 258 processing will resume at this point for the next call of deflate() [all...] |
/external/zlib/doc/ |
rfc1951.txt | 12 DEFLATE Compressed Data Format Specification version 1.3 61 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 79 3.2.2. Use of Huffman coding in the "deflate" format ....... 7 118 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 143 to compress data into "deflate" format and/or decompress data from 144 "deflate" format. 175 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 185 There have been no technical changes to the deflate format since 210 "deflate" format limits distances to 32K bytes and lengths to 258 232 RFC 1951 DEFLATE Compressed Data Format Specification May 199 [all...] |
/external/chromium/net/base/ |
gzip_filter.h | 5 // GZipFilter applies gzip and deflate content encoding/decoding to a data 7 // wrapped with a gzip header, and with deflate encoding the content is in 8 // a raw, headerless DEFLATE stream. 35 // either gzip or deflate decoding. The function returns true if success and
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-gssapi | 42 compression_algorithm deflate;
|
racoon.conf.sample-plainrsa | 45 compression_algorithm deflate;
|
/external/libpng/contrib/pngminim/encoder/ |
makefile | 17 ZOBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) \
|
makefile.std | 17 ZOBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) gzio$(O) \
|
/external/skia/include/core/ |
SkFlate.h | 37 static bool Deflate(SkStream* src, SkDynamicMemoryWStream* dst);
|