Home
last modified time | relevance | path

Searched defs:deflate (Results 1 – 20 of 20) sorted by relevance

/external/ppp/pppd/
Dccp.h35 bool deflate; /* do Deflate? */ member
/external/zlib/src/contrib/dotzlib/DotZLib/
DDeflater.cs25 private static extern int deflate(ref ZStream sz, int flush); in deflate() method in DotZLib.Deflater
/external/okhttp/okio/okio/src/main/java/okio/
DDeflaterSink.java85 private void deflate(boolean syncFlush) throws IOException { in deflate() method in DeflaterSink
/external/okhttp/okio/okio/src/test/java/okio/
DInflaterSourceTest.java96 private Buffer deflate(ByteString source) throws IOException { in deflate() method in InflaterSourceTest
/external/zlib/src/contrib/pascal/
Dzlibpas.pas107 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/
DHttpZipLocator.java94 boolean deflate; field in HttpZipLocator.ZipEntry2
/external/freetype/src/gzip/
Dzconf.h17 # define deflate z_deflate macro
/external/zlib/src/contrib/delphi/
DZLib.pas243 function deflate(var strm: TZStreamRec; flush: Integer): Integer; external; in deflate() function
/external/toybox/toys/pending/
Dcompress.c417 static void deflate(struct bitbuf *bb) in deflate() function
/external/pdfium/core/include/thirdparties/zlib/
Dzconf.h40 # define deflate z_deflate macro
Dzlib.h51 #define deflate FPDFAPI_deflate macro
/external/zlib/src/
Dzconf.h40 # define deflate z_deflate macro
Dzconf.h.in40 # define deflate z_deflate macro
Ddeflate.c665 int ZEXPORT deflate (strm, flush) in deflate() function
/external/zlib/
Dzconf.h40 # define deflate z_deflate macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dzconf.h40 # define deflate z_deflate macro
Dzlib.h55 #define deflate FPDFAPI_deflate macro
Dfx_zlib_deflate.c664 int ZEXPORT deflate ( in deflate() function
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
DBinaryOutputCapsule.java689 protected static byte[] deflate(byte[] bytes) { in deflate() method in BinaryOutputCapsule
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp2016 static unsigned deflate(unsigned char** out, size_t* outsize, in deflate() function