/external/zlib/old/os2/ |
Makefile.os2 | 45 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \ 122 deflate.o: deflate.h zutil.h zlib.h zconf.h 134 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
|
/frameworks/base/include/utils/ |
ZipUtils.h | 33 * General utility function for uncompressing "deflate" data from a file
|
/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 */
|
/external/zlib/ |
zlib.3 | 104 http://www.ietf.org/rfc/rfc1951.txt (concerning deflate format) 146 The deflate format used by 149 The deflate and
|
make_vms.com | 75 $ CALL MAKE deflate.OBJ "CC ''CCOPT' deflate" - 76 deflate.c deflate.h zutil.h zlib.h zconf.h 88 trees.c deflate.h zutil.h zlib.h zconf.h 280 deflate.obj, trees.obj, zutil.obj, inflate.obj, \ 309 deflate.obj : deflate.c deflate.h zutil.h zlib.h zconf.h 316 trees.obj : trees.c deflate.h zutil.h zlib.h zconf. [all...] |
inflate.h | 64 Read deflate blocks: 68 Read deflate codes:
|
deflate.h | 0 /* deflate.h -- internal compression state 19 trailer creation by deflate(). NO_GZIP would be used to avoid linking in 105 int last_flush; /* value of flush param for previous deflate call */ 107 /* used by deflate.c: */ 273 * See deflate.c for comments about the MIN_MATCH+1.
|
compress.c | 49 err = deflate(&stream, Z_FINISH);
|
/external/zlib/examples/ |
gzlog.c | 16 #include "zlib.h" /* deflateInit2(), deflate(), deflateEnd() */ 119 8, /* compression method is deflate */ 266 /* recompress the remaining stored deflate data in place */ 318 (void)deflate(&strm, Z_NO_FLUSH); 323 (void)deflate(&strm, Z_SYNC_FLUSH);
|
/external/zlib/contrib/ada/ |
zlib-thin.ads | 125 function Deflate (strm : Z_Streamp; flush : Int) return Int; 388 pragma Import (C, Deflate, "deflate"); 442 -- ZLib-Ada is symmetric regarding deflate/inflate data transformation 444 -- deflate/inflate transformation based on the regular Deflate/Inflate
|
/external/zlib/contrib/delphi/ |
ZLib.pas | 203 {$L deflate.obj} 240 // deflate compresses data 243 function deflate(var strm: TZStreamRec; flush: Integer): Integer; external; function 304 while CCheck(deflate(strm, Z_FINISH)) <> Z_STREAM_END do 424 while (CCheck(deflate(FZRec, Z_FINISH)) <> Z_STREAM_END) 451 CCheck(deflate(FZRec, 0));
|
/external/ppp/pppd/include/net/ |
ppp-comp.h | 49 #define DO_DEFLATE 1 /* by default, include Deflate */ 150 * Definitions for Deflate. 152 #define CI_DEFLATE 26 /* config option for Deflate */
|
/external/zlib/contrib/pascal/ |
zlibpas.pas | 85 function deflate(var strm: z_stream; flush: Integer): Integer; function 148 {$L deflate.obj} 162 function deflate; external; function
|
/dalvik/libcore/archive/src/test/java/java/util/zip/ |
DeflaterTest.java | 57 int lastDeflated = deflater.deflate(compressed, totalDeflated,
|
/external/libpng/ |
png.5 | 21 .IR libpng(3) ", " zlib(3) ", " deflate(5) ", and " zlib(5)
|
/external/zlib/msdos/ |
Makefile.emx | 36 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \
|
/external/zlib/win32/ |
Makefile.emx | 36 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \
|
/frameworks/base/libs/utils/ |
ZipUtils.cpp | 36 * Utility function that expands zip/gzip "deflate" compressed data 39 * "fd" is an open file positioned at the start of the "deflate" data 144 * Utility function that expands zip/gzip "deflate" compressed data 151 * "fp" is an open file positioned at the start of the "deflate" data
|
/external/qemu/distrib/zlib-1.2.3/ |
inflate.h | 64 Read deflate blocks: 68 Read deflate codes:
|
deflate.h | 0 /* deflate.h -- internal compression state 19 trailer creation by deflate(). NO_GZIP would be used to avoid linking in 105 int last_flush; /* value of flush param for previous deflate call */ 107 /* used by deflate.c: */ 273 * See deflate.c for comments about the MIN_MATCH+1.
|
compress.c | 49 err = deflate(&stream, Z_FINISH);
|
/external/zlib/contrib/puff/ |
puff.c | 8 * deflate format. It is not written for speed but rather simplicity. As a 10 * important than speed, such as bootstrap applications. For typical deflate 25 * code is meant to supplement RFC 1951, which formally describes the deflate 28 * http://www.zlib.org/rfc-deflate.html 74 * they are fixed by the deflate format. 214 * in the deflate format. See the format notes for fixed() and dynamic(). 313 * codes and any code with a single symbol which in deflate is coded as one 385 * base value 227 plus the maximum extra value of 31. While a good deflate 548 * - The codes used by the deflate format are "canonical", which means that 560 * deflate format to represent a zero-length code [all...] |
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-natt | 96 compression_algorithm deflate;
|
/external/openssl/crypto/comp/ |
comp_err.c | 82 {ERR_REASON(COMP_R_ZLIB_DEFLATE_ERROR) ,"zlib deflate error"},
|
/external/zlib/contrib/ |
README.contrib | 62 unambiguous description of the deflate format.
|