/third_party/node/lib/ |
D | zlib.js | 626 function Zlib(opts, mode) { class 676 const handle = new binding.Zlib(mode); 694 ObjectSetPrototypeOf(Zlib.prototype, ZlibBase.prototype); 695 ObjectSetPrototypeOf(Zlib, ZlibBase); 711 Zlib.prototype.params = function params(level, strategy, callback) { 729 ReflectApply(Zlib, this, [opts, DEFLATE]); 731 ObjectSetPrototypeOf(Deflate.prototype, Zlib.prototype); 732 ObjectSetPrototypeOf(Deflate, Zlib); 737 ReflectApply(Zlib, this, [opts, INFLATE]); 739 ObjectSetPrototypeOf(Inflate.prototype, Zlib.prototype); [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/std/zlib/ |
D | README.md | 1 # Zlib chapter 3 Zlib ([RFC 1950](https://www.ietf.org/rfc/rfc1950.txt)) is a thin wrapper 4 around raw deflate (RFC 1951). Zlib is similar to gzip (RFC 1952), but with a 7 Zlib is used by the ELF executable and PNG image file formats.
|
/third_party/node/deps/npm/node_modules/minizlib/ |
D | index.js | 182 class Zlib extends ZlibBase { class 233 class Deflate extends Zlib { 239 class Inflate extends Zlib { 246 class Gzip extends Zlib { 252 class Gunzip extends Zlib { 259 class DeflateRaw extends Zlib { 265 class InflateRaw extends Zlib { 272 class Unzip extends Zlib {
|
D | README.md | 21 it in. It is synchronous, and runs on the main process thread. Zlib
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/ada/ |
D | zlib.gpr | 1 project Zlib is 20 end Zlib;
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/ada/ |
D | zlib.gpr | 1 project Zlib is 20 end Zlib;
|
/third_party/zlib/contrib/ada/ |
D | zlib.gpr | 1 project Zlib is 20 end Zlib;
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | makefile.acorn | 5 CCflags = -c -depend !Depend -IC:,Zlib: -g -throwback -DRISCOS -fnah 36 @.pngtest: @.o.pngtest @.libpng-lib C:o.Stubs Zlib:zlib_lib 37 Link $(Linkflags) @.o.pngtest @.libpng-lib C:o.Stubs Zlib:zlib_lib
|
/third_party/libpng/scripts/ |
D | makefile.acorn | 5 CCflags = -c -depend !Depend -IC:,Zlib: -g -throwback -DRISCOS -fnah 36 @.pngtest: @.o.pngtest @.libpng-lib C:o.Stubs Zlib:zlib_lib 37 Link $(Linkflags) @.o.pngtest @.libpng-lib C:o.Stubs Zlib:zlib_lib
|
/third_party/flutter/skia/third_party/externals/libpng/scripts/ |
D | makefile.acorn | 5 CCflags = -c -depend !Depend -IC:,Zlib: -g -throwback -DRISCOS -fnah 36 @.pngtest: @.o.pngtest @.libpng-lib C:o.Stubs Zlib:zlib_lib 37 Link $(Linkflags) @.o.pngtest @.libpng-lib C:o.Stubs Zlib:zlib_lib
|
/third_party/node/test/async-hooks/ |
D | test-zlib.zlib-binding.deflate.js | 13 const { Zlib } = internalBinding('zlib'); 16 const handle = new Zlib(constants.DEFLATE);
|
/third_party/node/test/abort/ |
D | test-zlib-invalid-internals-usage.js | 10 new (internalBinding('zlib').Zlib)(0).init(1, 2, 3, 4, 5);
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/old/os2/ |
D | zlib.def | 6 DESCRIPTION "Zlib compression library for OS/2"
|
/third_party/zlib/old/os2/ |
D | zlib.def | 6 DESCRIPTION "Zlib compression library for OS/2"
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/old/os2/ |
D | zlib.def | 6 DESCRIPTION "Zlib compression library for OS/2"
|
/third_party/flutter/skia/third_party/externals/zlib/patches/ |
D | 0002-uninitializedcheck.patch | 4 Subject: [PATCH] Zlib patch: prevent uninitialized use of state->check
|
/third_party/node/deps/zlib/patches/ |
D | 0002-uninitializedcheck.patch | 4 Subject: [PATCH] Zlib patch: prevent uninitialized use of state->check
|
/third_party/skia/third_party/externals/zlib/patches/ |
D | 0002-uninitializedcheck.patch | 4 Subject: [PATCH] Zlib patch: prevent uninitialized use of state->check
|
/third_party/flutter/skia/third_party/externals/wuffs/std/adler32/ |
D | README.md | 5 Zlib compressed file formats. Amongst other differences, Gzip uses CRC-32 as 6 its checksum and Zlib uses Adler-32.
|
/third_party/flutter/skia/third_party/externals/wuffs/doc/spec/ |
D | rac-spec.md | 19 Zlib, Brotli and Zstandard, it is not tied to any particular compression codec. 81 that the codec is Zlib (with no other option), and that it does not support 330 `Codec`s define specializations of RAC, such as "RAC + Zlib" or "RAC + Brotli". 337 - `0x01` means "RAC + Zlib". 502 ## RAC + Zlib 504 The `CFile` data in the `Leaf Node`'s `Primary CRange` is decompressed as Zlib 516 The `Dictionary Checksum` is Zlib's Adler32 checksum over the `Dictionary`'s 518 is stored big-endian, like Zlib's other checksums, and its 4 byte value must 520 Zlib-formatted data.
|
/third_party/zlib/contrib/vstudio/ |
D | readme.txt | 1 Building instructions for the DLL versions of Zlib 1.2.11
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/vstudio/ |
D | readme.txt | 1 Building instructions for the DLL versions of Zlib 1.2.11
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/vstudio/ |
D | readme.txt | 1 Building instructions for the DLL versions of Zlib 1.2.11
|
/third_party/boost/boost/beast/zlib/impl/ |
D | error.ipp | 10 // This is a derivative work based on Zlib, copyright below:
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xmlversion.rpgle.in | 340 * Whether the Zlib support is compiled in
|