/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 114 function deflateInit2(var strm: z_stream; level, method, windowBits, in deflateInit2() function 232 function deflateInit2(var strm: z_stream; level, method, windowBits, memLevel, in deflateInit2() function
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.adb | 48 return deflateInit2
|
D | zlib-thin.ads | 255 function deflateInit2 subprogspec 423 pragma Import (C, deflateInit2, "deflateInit2_");
|
/external/freetype/src/gzip/ |
D | zlib.h | 819 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ macro
|
/external/skia/src/pdf/ |
D | SkDeflate.cpp | 82 SkDEBUGCODE(int r =) deflateInit2(&fImpl->fZStream, compressionLevel, in SkDeflateWStream()
|
/external/libvncserver/libvncserver/ |
D | zlib.c | 172 deflateInit2( &(cl->compStream), in rfbSendOneRectEncodingZlib()
|
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 227 zerror_ = deflateInit2( in Init()
|
/external/squashfs-tools/squashfs-tools/ |
D | gzip_wrapper.c | 379 res = deflateInit2(&stream->stream, compression_level, Z_DEFLATED, in gzip_init()
|
/external/zlib/src/ |
D | zconf.h.cmakein | 234 /* Maximum value for memLevel in deflateInit2 */ 243 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
|
D | zconf.h.in | 232 /* Maximum value for memLevel in deflateInit2 */ 241 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
|
D | zlib.h | 1651 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ macro
|
D | gzwrite.c | 42 ret = deflateInit2(strm, state->level, Z_DEFLATED,
|
D | ChangeLog | 678 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees 871 - Add gzip wrapper option to deflateInit2 using windowBits 956 - Fix memory leak in deflateInit2() 1297 - declare Z_DEFLATED in zlib.h (possible parameter for deflateInit2) 1453 - renamed the 'filter' parameter of deflateInit2 as 'strategy'. 1461 - renamed deflateOptions as deflateInit2, call one or the other but not both 1462 - added the method parameter for deflateInit2. 1465 user-provided history buffer. This is supported only in deflateInit2
|
/external/opencv3/3rdparty/zlib/ |
D | zconf.h.cmakein | 234 /* Maximum value for memLevel in deflateInit2 */ 243 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
|
D | zlib.h | 1651 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ macro
|
D | gzwrite.c | 42 ret = deflateInit2(strm, state->level, Z_DEFLATED,
|
D | ChangeLog | 678 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees 871 - Add gzip wrapper option to deflateInit2 using windowBits 956 - Fix memory leak in deflateInit2() 1297 - declare Z_DEFLATED in zlib.h (possible parameter for deflateInit2) 1453 - renamed the 'filter' parameter of deflateInit2 as 'strategy'. 1461 - renamed deflateOptions as deflateInit2, call one or the other but not both 1462 - added the method parameter for deflateInit2. 1465 user-provided history buffer. This is supported only in deflateInit2
|
/external/zlib/src/examples/ |
D | gzappend.c | 368 ret = deflateInit2(strm, level, Z_DEFLATED, -15, 8, Z_DEFAULT_STRATEGY); in gzscan()
|
D | gzlog.c | 623 if (deflateInit2(&strm, Z_DEFAULT_COMPRESSION, Z_DEFLATED, -15, 8, in log_compress()
|
/external/zlib/src/as400/ |
D | zlib.inc | 9 * deflateInit2() and inflateBackInit() need to be called with 308 D deflateInit2 PR 10I 0 extproc('deflateInit2_') Init. compression
|
/external/zlib/src/test/ |
D | minigzip.c | 212 ret = deflateInit2(&(gz->strm), -1, 8, 15 + 16, 8, 0);
|
/external/zlib/ |
D | zlib.h | 1651 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ macro
|
/external/pdfium/third_party/zlib_v128/ |
D | gzwrite.c | 42 ret = deflateInit2(strm, state->level, Z_DEFLATED, in gz_init()
|
D | zlib.h | 1720 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ macro
|
/external/opencv3/3rdparty/libpng/ |
D | pngwutil.c | 242 ret = deflateInit2(&png_ptr->zstream, in png_zlib_claim() 251 ret = deflateInit2(&png_ptr->zstream, png_ptr->zlib_level, in png_zlib_claim()
|