Home
last modified time | relevance | path

Searched +full:- +full:- +full:without +full:- +full:zlib (Results 1 – 25 of 1018) sorted by relevance

12345678910>>...41

/external/rust/crates/libz-sys/src/zlib-ng/
DREADME.md1 ## zlib-ng
2 *zlib data compression library for the next generation systems*
5 aka Dead2 (zlib-ng àt circlestorm dót org)
8 |:-|-|
9zlib-ng/zlib-ng/workflows/CI%20CMake/badge.svg)](https://github.com/zlib-ng/zlib-ng/actions) [![Ma…
10 …53ee1de871c0c712b65d26.svg?branch=develop)](https://buildkite.com/circlestorm-productions/zlib-ng)|
11 …www.codefactor.io/repository/github/zlib-ng/zlib-ng/badge)](https://www.codefactor.io/repository/g…
12-Fuzz|[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/zlib-ng.svg)](h…
13 …cov.io](https://codecov.io/github/zlib-ng/zlib-ng/coverage.svg?branch=develop)](https://codecov.io…
17 --------
[all …]
DFAQ.zlib2 # THIS IS AN UNMAINTAINED COPY OF THE ORIGINAL FILE DISTRIBUTED WITH ZLIB 1.2.11
8 Frequently Asked Questions about zlib
11 If your question is not there, please check the zlib home page
12 https://zlib.net/ which may have more recent information.
13 The latest zlib FAQ is at https://zlib.net/zlib_faq.html
16 1. Is zlib Y2K-compliant?
18 Yes. zlib doesn't handle dates.
22 The zlib sources can be compiled without change to produce a DLL. See the
23 file win32/DLL_FAQ.txt in the zlib distribution. Pointers to the
24 precompiled DLL are found in the zlib web site at https://zlib.net/ .
[all …]
/external/rust/crates/libz-sys/src/zlib/win32/
DREADME-WIN32.txt1 ZLIB DATA COMPRESSION LIBRARY
3 zlib 1.2.11 is a general purpose data compression library. All the code is
4 thread safe. The data format used by the zlib library is described by RFCs
6 http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format)
9 All functions of the compression library are documented in the file zlib.h
10 (volunteer to write man pages welcome, contact zlib@gzip.org). Two compiled
14 Questions about zlib should be sent to <zlib@gzip.org>. The zlib home page
15 is http://zlib.net/ . Before reporting a problem, please check this site to
16 verify that you have the latest version of zlib; otherwise get the latest
19 PLEASE read DLL_FAQ.txt, and the the zlib FAQ http://zlib.net/zlib_faq.html
[all …]
DDLL_FAQ.txt6 of the official DLL build of zlib, named ZLIB1.DLL. If you have
7 general questions about zlib, you should see the file "FAQ" found
8 in the zlib distribution, or at the following location:
9 http://www.gzip.org/zlib/zlib_faq.html
14 - ZLIB1.DLL is the official build of zlib as a DLL.
17 Pointers to a precompiled ZLIB1.DLL can be found in the zlib
19 http://www.zlib.net/
25 files "zlib.h" and "zlib.def", found in an official zlib
34 It is recommended to download the prebuilt DLL from the zlib
47 What happened to the old ZLIB.DLL?
[all …]
/external/python/cpython2/Modules/zlib/
DREADME1 ZLIB DATA COMPRESSION LIBRARY
3 zlib 1.2.11 is a general purpose data compression library. All the code is
4 thread safe. The data format used by the zlib library is described by RFCs
6 http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
9 All functions of the compression library are documented in the file zlib.h
10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant
23 <info@winimage.com> for the Windows DLL version. The zlib home page is
24 http://zlib.net/ . Before reporting a problem, please check this site to
25 verify that you have the latest version of zlib; otherwise get the latest
[all …]
DFAQ2 Frequently Asked Questions about zlib
5 If your question is not there, please check the zlib home page
6 http://zlib.net/ which may have more recent information.
7 The lastest zlib FAQ is at http://zlib.net/zlib_faq.html
10 1. Is zlib Y2K-compliant?
12 Yes. zlib doesn't handle dates.
16 The zlib sources can be compiled without change to produce a DLL. See the
17 file win32/DLL_FAQ.txt in the zlib distribution. Pointers to the
18 precompiled DLL are found in the zlib web site at http://zlib.net/ .
20 3. Where can I get a Visual Basic interface to zlib?
[all …]
Dzlib.31 .TH ZLIB 3 "15 Jan 2017"
3 zlib \- compression/decompression library
6 .I zlib.h
10 .I zlib
14 It provides in-memory compression and decompression functions,
36 .IR zlib.h .
50 .I zlib
56 .I zlib
64 .I zlib
68 .I zlib
[all …]
/external/rust/crates/libz-sys/src/zlib/
DREADME1 ZLIB DATA COMPRESSION LIBRARY
3 zlib 1.2.11 is a general purpose data compression library. All the code is
4 thread safe. The data format used by the zlib library is described by RFCs
6 http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
9 All functions of the compression library are documented in the file zlib.h
10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant
23 <info@winimage.com> for the Windows DLL version. The zlib home page is
24 http://zlib.net/ . Before reporting a problem, please check this site to
25 verify that you have the latest version of zlib; otherwise get the latest
[all …]
DFAQ2 Frequently Asked Questions about zlib
5 If your question is not there, please check the zlib home page
6 http://zlib.net/ which may have more recent information.
7 The lastest zlib FAQ is at http://zlib.net/zlib_faq.html
10 1. Is zlib Y2K-compliant?
12 Yes. zlib doesn't handle dates.
16 The zlib sources can be compiled without change to produce a DLL. See the
17 file win32/DLL_FAQ.txt in the zlib distribution. Pointers to the
18 precompiled DLL are found in the zlib web site at http://zlib.net/ .
20 3. Where can I get a Visual Basic interface to zlib?
[all …]
Dzlib.31 .TH ZLIB 3 "15 Jan 2017"
3 zlib \- compression/decompression library
6 .I zlib.h
10 .I zlib
14 It provides in-memory compression and decompression functions,
36 .IR zlib.h .
50 .I zlib
56 .I zlib
64 .I zlib
68 .I zlib
[all …]
/external/rust/crates/flate2/
DREADME.md6 A streaming compression/decompression library DEFLATE-based streams in Rust.
10 available zlib library or the high-performance zlib-ng library.
15 * zlib
62 want maximum performance, you can use the zlib-ng C library:
66 flate2 = { version = "1.0.17", features = ["zlib-ng"], default-features = false }
69 Note that the `"zlib-ng"` feature works even if some other part of your crate
70 graph depends on zlib.
73 zlib, and you want to avoid including both zlib and zlib-ng, you can use that
78 flate2 = { version = "1.0.17", features = ["zlib"], default-features = false }
81 Or, if you have C or Rust code that depends on zlib and you want to use zlib-ng
[all …]
/external/rust/crates/libz-sys/
DREADME-zng.md1 # libz-ng-sys
3 A library for linking zlib-ng (`libz-ng`) to Rust programs natively, rather
4 than in zlib-compat mode.
6 zlib-ng is a high-performance implementation of zlib. zlib-ng supports building
7 in two modes: zlib-compat mode, in whih it provides the same API as zlib and
8 generally works as a drop-in replacement, and native mode, in which it provides
9 its own API. The native API is almost identical to the zlib-compat API, except
10 that some types use more correct sizes (rather than the sizes required for zlib
12 zlib and zlib-ng to coexist in the same program.
14 This crate provides bindings to the native zlib-ng API. However, for simplicity
[all …]
DREADME.md1 # libz-sys
3 A common library for linking `libz` to rust programs (also known as zlib).
5 [Documentation](https://docs.rs/libz-sys)
7 This also serves as the source for the `libz-ng-sys` crate, which builds
8 zlib-ng natively (not in zlib-compat mode). See
9 [`README-zng.md`](README-zng.md) for details.
11 # High-level API
13 This crate provides bindings to the raw low-level C API. For a higher-level
14 safe API to work with DEFLATE, zlib, or gzip streams, see
18 # zlib-ng
[all …]
/external/rust/crates/libz-sys/src/zlib/contrib/delphi/
Dreadme.txt5 This directory contains an update to the ZLib interface unit,
8 The original ZLib unit is Copyright (c) 1997,99 Borland Corp.,
9 and is based on zlib version 1.0.4. There are a series of bugs
10 and security problems associated with that old zlib version, and
11 we recommend the users to update their ZLib unit.
17 - Improved makefile, adapted to zlib version 1.2.1.
19 - Some field types from TZStreamRec are changed from Integer to
20 Longint, for consistency with the zlib.h header, and for 64-bit
23 - The zlib_version constant is updated.
25 - The new Z_RLE strategy has its corresponding symbolic constant.
[all …]
/external/sandboxed-api/sandboxed_api/examples/zlib/
DCMakeLists.txt7 # https://www.apache.org/licenses/LICENSE-2.0
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # sandboxed_api/examples/zlib:zlib-sapi
16 add_sapi_library(zlib-sapi
20 INPUTS "${ZLIB_INCLUDE_DIRS}/zlib.h"
21 LIBRARY ZLIB::ZLIB
22 LIBRARY_NAME Zlib
23 NAMESPACE "sapi::zlib"
25 add_library(sapi::zlib_sapi ALIAS zlib-sapi)
26 target_link_libraries(zlib-sapi PRIVATE
[all …]
/external/elfutils/tests/
Drun-readelf-z.sh11 # WITHOUT ANY WARRANTY; without even the implied warranty of
18 . $srcdir/test-subr.sh
20 # See run-elfgetchdr.sh for testfiles.
22 testfiles testfile-zgnu64
23 testrun_compare ${abs_top_builddir}/src/readelf -z -S testfile-zgnu64 <<\EOF
32 [GNU ZLIB 00000060 ]
34 [GNU ZLIB 000000aa ]
37 [GNU ZLIB 0000008d ]
44 testfiles testfile-zgnu64be
45 testrun_compare ${abs_top_builddir}/src/readelf -z -S testfile-zgnu64be <<\EOF
[all …]
Drun-elfgetchdr.sh11 # WITHOUT ANY WARRANTY; without even the implied warranty of
18 . $srcdir/test-subr.sh
26 # .size testfunc, .-testfunc
35 # .size testfunc2, .-testfunc2
46 # .size functest3, .-functest3
70 # .size _start, .-_start
72 # gas --compress-debug-sections=zlib-gnu -32 -g -o start.o start.s
73 # gas --compress-debug-sections=zlib-gnu -32 -g -o funcs.o funcs.s
74 # ld --compress-debug-sections=zlib-gnu -melf_i386 -g -o zgnu32 funcs.o start.o
76 # gas --compress-debug-sections=zlib-gnu -64 -g -o start.o start.s
[all …]
/external/zlib/
Dzlib.31 .TH ZLIB 3 "xx Aug 2023"
3 zlib \- compression/decompression library
6 .I zlib.h
10 .I zlib
14 It provides in-memory compression and decompression functions,
36 .IR zlib.h .
50 .I zlib
56 .I zlib
64 .I zlib
68 .I zlib
[all …]
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.h1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
5 // Redistribution and use in source and binary forms, with or without
17 // this software without specific prior written permission.
50 #include "zlib.h"
59 // A ZeroCopyInputStream that reads compressed data through zlib
65 // zlib will autodetect gzip header or deflate stream
71 // Simpler zlib stream format.
72 ZLIB = 2, enumerator
75 // buffer_size and format may be -1 for default of 64kB and GZIP format
[all …]
/external/cronet/third_party/protobuf/src/google/protobuf/io/
Dgzip_stream.h1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
5 // Redistribution and use in source and binary forms, with or without
17 // this software without specific prior written permission.
50 #include <zlib.h>
59 // A ZeroCopyInputStream that reads compressed data through zlib
65 // zlib will autodetect gzip header or deflate stream
71 // Simpler zlib stream format.
72 ZLIB = 2, enumerator
75 // buffer_size and format may be -1 for default of 64kB and GZIP format
[all …]
/external/libpng/projects/vstudio/
Dzlib.props1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 * zlib.props - location of zlib source
6 * Copyright (c) 1998-2011 Glenn Randers-Pehrson
13 * of the zlib source code.
14 -->
19 <!-- Place the name of the directory containing the source of zlib used for
29 If the version of zlib you use does not match that used when the
30 distribution was built you will get warnings from pngtest that the zlib
31 versions do not match. The zlib version used in this build is recorded
[all …]
/external/sandboxed-api/
DWORKSPACE7 # https://www.apache.org/licenses/LICENSE-2.0
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
36 # zlib, only needed for examples
39 build_file = "//sandboxed_api:bazel/external/zlib.BUILD",
40 patch_args = ["-p1"],
41 # This is a patch that removes the "OF" macro that is used in zlib function
47 patches = ["//sandboxed_api:bazel/external/zlib.patch"],
48 sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1", # 2020-04-23
49 strip_prefix = "zlib-1.2.11",
51 "https://mirror.bazel.build/zlib.net/zlib-1.2.11.tar.gz",
[all …]
/external/sandboxed-api/cmake/
Dzlib.cmake7 # https://www.apache.org/licenses/LICENSE-2.0
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 FetchContent_Declare(zlib
16 URL https://mirror.bazel.build/zlib.net/zlib-1.2.11.tar.gz
18 PATCH_COMMAND patch -p1
19 < "${SAPI_SOURCE_DIR}/sandboxed_api/bazel/external/zlib.patch"
21 FetchContent_GetProperties(zlib)
23 FetchContent_Populate(zlib)
53 ${zlib_SOURCE_DIR}/zlib.h
57 add_library(ZLIB::ZLIB ALIAS z)
[all …]
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/
Dreadme.txt3 zlib data compression library.
10 example.pas usage example of zlib
11 zlibpas.pas the Pascal interface to zlib
18 - Although the name "zlib" would have been more normal for the
19 zlibpas unit, this name is already taken by Borland's ZLib unit.
21 interface to the full-fledged zlib functionality, but a suite of
22 class wrappers around zlib streams. Other essential features,
27 - The C and zlib-supplied types int, uInt, long, uLong, etc. are
31 integer. The Word type is non-portable and has the same size
32 (16 bits) both in a 16-bit and in a 32-bit environment, unlike
[all …]
/external/grpc-grpc/cmake/
Dzlib.cmake7 # http://www.apache.org/licenses/LICENSE-2.0
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # The CMakeLists.txt for zlib doesn't propagate include directories
21 set(ZLIB_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zlib)
24 # TODO(jtattermusch): workaround for https://github.com/madler/zlib/issues/218
26 add_subdirectory(${ZLIB_ROOT_DIR} third_party/zlib)
30 set(_gRPC_ZLIB_INCLUDE_DIR "${ZLIB_ROOT_DIR}" "${CMAKE_CURRENT_BINARY_DIR}/third_party/zlib")
46 # zlib installation directory can be configured by setting ZLIB_ROOT
47 # We allow locating zlib using both "CONFIG" and "MODULE" as the expectation
48 # is that many Linux systems will have zlib installed via a distribution
[all …]

12345678910>>...41