Home
last modified time | relevance | path

Searched refs:Zlib (Results 1 – 25 of 58) sorted by relevance

123

/third_party/node/lib/
Dzlib.js626 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/
DREADME.md1 # 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/
Dindex.js182 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 {
DREADME.md21 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/
Dzlib.gpr1 project Zlib is
20 end Zlib;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/ada/
Dzlib.gpr1 project Zlib is
20 end Zlib;
/third_party/zlib/contrib/ada/
Dzlib.gpr1 project Zlib is
20 end Zlib;
/third_party/skia/third_party/externals/libpng/scripts/
Dmakefile.acorn5 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/
Dmakefile.acorn5 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/
Dmakefile.acorn5 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/
Dtest-zlib.zlib-binding.deflate.js13 const { Zlib } = internalBinding('zlib');
16 const handle = new Zlib(constants.DEFLATE);
/third_party/node/test/abort/
Dtest-zlib-invalid-internals-usage.js10 new (internalBinding('zlib').Zlib)(0).init(1, 2, 3, 4, 5);
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/old/os2/
Dzlib.def6 DESCRIPTION "Zlib compression library for OS/2"
/third_party/zlib/old/os2/
Dzlib.def6 DESCRIPTION "Zlib compression library for OS/2"
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/old/os2/
Dzlib.def6 DESCRIPTION "Zlib compression library for OS/2"
/third_party/flutter/skia/third_party/externals/zlib/patches/
D0002-uninitializedcheck.patch4 Subject: [PATCH] Zlib patch: prevent uninitialized use of state->check
/third_party/node/deps/zlib/patches/
D0002-uninitializedcheck.patch4 Subject: [PATCH] Zlib patch: prevent uninitialized use of state->check
/third_party/skia/third_party/externals/zlib/patches/
D0002-uninitializedcheck.patch4 Subject: [PATCH] Zlib patch: prevent uninitialized use of state->check
/third_party/flutter/skia/third_party/externals/wuffs/std/adler32/
DREADME.md5 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/
Drac-spec.md19 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/
Dreadme.txt1 Building instructions for the DLL versions of Zlib 1.2.11
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/vstudio/
Dreadme.txt1 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/
Dreadme.txt1 Building instructions for the DLL versions of Zlib 1.2.11
/third_party/boost/boost/beast/zlib/impl/
Derror.ipp10 // This is a derivative work based on Zlib, copyright below:
/third_party/libxml2/os400/libxmlrpg/
Dxmlversion.rpgle.in340 * Whether the Zlib support is compiled in

123