/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | Deflater.cs | 25 private static extern int deflate(ref ZStream sz, int flush); in deflate() method in DotZLib.Deflater
|
/external/ppp/pppd/ |
D | ccp.h | 35 bool deflate; /* do Deflate? */ member
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
D | DeflaterOutputStreamTest.java | 53 protected void deflate() throws IOException { in deflate() method in DeflaterOutputStreamTest.MyDeflaterOutputStream 70 Deflater deflate = new Deflater(1); in setUp() local
|
D | InflaterTest.java | 139 Deflater deflate = new Deflater(1); in test_getTotalIn() local 196 Deflater deflate = new Deflater(1); in test_getTotalOut() local
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 107 function deflate(var strm: z_stream; flush: Integer): Integer; in deflate() function 195 function deflate; external; in deflate() function
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/ |
D | HttpZipLocator.java | 94 boolean deflate; field in HttpZipLocator.ZipEntry2
|
/external/open-vcdiff/src/zlib/ |
D | zconf.h | 17 # define deflate z_deflate macro
|
/external/qemu/distrib/zlib-1.2.3/ |
D | zconf.h | 17 # define deflate z_deflate macro
|
D | deflate.c | 552 int ZEXPORT deflate (strm, flush) in deflate() function
|
/external/chromium/sdch/open-vcdiff/src/ |
D | zconf.h | 17 # define deflate z_deflate macro
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 243 function deflate(var strm: TZStreamRec; flush: Integer): Integer; external; in deflate() function
|
/external/openssl/crypto/comp/ |
D | c_zlib.c | 126 #define deflate p_deflate macro
|
/external/libppp/src/ |
D | ccp.h | 73 } deflate; member
|
/external/zlib/src/ |
D | zconf.h | 39 # define deflate z_deflate macro
|
D | zconf.h.in | 39 # define deflate z_deflate macro
|
D | deflate.c | 663 int ZEXPORT deflate (strm, flush) in deflate() function
|
/external/zlib/ |
D | zconf.h | 39 # define deflate z_deflate macro
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/ |
D | BinaryOutputCapsule.java | 689 protected static byte[] deflate(byte[] bytes) { in deflate() method in BinaryOutputCapsule
|