/external/zlib/src/contrib/pascal/ |
D | example.pas | 195 err := deflateInit(c_stream, Z_DEFAULT_COMPRESSION); 281 err := deflateInit(c_stream, Z_BEST_SPEED); 379 err := deflateInit(c_stream, Z_DEFAULT_COMPRESSION); 458 err := deflateInit(c_stream, Z_BEST_COMPRESSION);
|
D | zlibpas.pas | 106 function deflateInit(var strm: z_stream; level: Integer): Integer; in deflateInit() function 227 function deflateInit(var strm: z_stream; level: Integer): Integer; in deflateInit() function
|
/external/zlib/src/test/ |
D | example.c | 212 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); 290 err = deflateInit(&c_stream, Z_BEST_SPEED); 387 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); 468 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
|
/external/skia/src/core/ |
D | SkFlate.cpp | 46 rc = deflateInit(&flateData, Z_DEFAULT_COMPRESSION); in doFlate() 183 SkDEBUGCODE(int r =) deflateInit(&fImpl->fZStream, Z_DEFAULT_COMPRESSION); in SkDeflateWStream()
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | fx_zlib_compress.c | 46 err = deflateInit(&stream, level); in compress2()
|
D | zlib.h | 1716 #define deflateInit(strm, level) \ macro
|
/external/zlib/src/ |
D | compress.c | 46 err = deflateInit(&stream, level);
|
D | zlib.h | 1647 #define deflateInit(strm, level) \ macro
|
D | ChangeLog | 1299 - deflateInit and inflateInit are now macros to allow version checking 1464 - simplied considerably deflateInit and inflateInit by not supporting
|
/external/freetype/src/gzip/ |
D | zlib.h | 815 #define deflateInit(strm, level) \ macro
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 248 function deflateInit subprogspec 421 pragma Import (C, deflateInit, "deflateInit_");
|
/external/zlib/src/examples/ |
D | zpipe.c | 48 ret = deflateInit(&strm, level); in def()
|
D | fitblk.c | 151 ret = deflateInit(&def, Z_DEFAULT_COMPRESSION); in main()
|
/external/zlib/src/contrib/testzlib/ |
D | testzlib.c | 198 deflateInit(&zcpr,cprLevel); in main()
|
/external/libvncserver/libvncserver/ |
D | zrleoutstream.c | 88 if (deflateInit(&os->zs, Z_DEFAULT_COMPRESSION) != Z_OK) { in zrleOutStreamNew()
|
/external/zlib/src/as400/ |
D | zlib.inc | 8 * Procedures inflateInit(), inflateInit2(), deflateInit(), 279 D deflateInit PR 10I 0 extproc('deflateInit_') Init. compression
|
/external/zlib/ |
D | zlib.h | 1647 #define deflateInit(strm, level) \ macro
|
/external/pdfium/core/include/thirdparties/zlib/ |
D | zlib.h | 1712 #define deflateInit(strm, level) \ macro
|
/external/zlib/src/doc/ |
D | algorithm.txt | 34 parameter of deflateInit). So deflate() does not always find the longest
|
/external/fio/ |
D | iolog.c | 1003 ret = deflateInit(&stream, Z_DEFAULT_COMPRESSION); in gz_work()
|
D | server.c | 1271 if (deflateInit(&stream, Z_DEFAULT_COMPRESSION) != Z_OK) { in fio_send_iolog_gz()
|
/external/openssh/ |
D | packet.c | 567 switch (deflateInit(&ssh->state->compression_out_stream, level)) { in start_compression_out()
|
/external/chromium-trace/trace-viewer/tracing/third_party/jszip/ |
D | jszip.min.js | 13 …8,32,128,256,p),new xb(32,128,258,1024,p),new xb(32,258,258,4096,p)],c.deflateInit=y,c.deflateInit…
|
/external/libpng/ |
D | CHANGES | 4038 deflatedEnd/deflateInit.
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 22775 + if (deflateInit(&os->zs, Z_DEFAULT_COMPRESSION) != Z_OK) {
|