Home
last modified time | relevance | path

Searched refs:zlib (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Dzlib-off64_t.patch6 Upstream-Status: Submitted [https://github.com/madler/zlib/pull/764]
8 Index: rustc-1.72.0-src/vendor/libz-sys/src/zlib/gzguts.h
10 --- rustc-1.72.0-src.orig/vendor/libz-sys/src/zlib/gzguts.h
11 +++ rustc-1.72.0-src/vendor/libz-sys/src/zlib/gzguts.h
13 * For conditions of distribution and use, see copyright notice in zlib.h
33zlib-ng/CMakeLists.txt":"5840d2c44e335af0f58f8a2545da60be403946b1181641b35ea7425b2e0f44db","src/zl…
35zlib-ng/CMakeLists.txt":"5840d2c44e335af0f58f8a2545da60be403946b1181641b35ea7425b2e0f44db","src/zl…
/openbmc/qemu/ui/
H A Dvnc-enc-zlib.c51 buffer_reset(&vs->zlib.zlib); in vnc_zlib_start()
54 vs->zlib.tmp = vs->output; in vnc_zlib_start()
55 vs->output = vs->zlib.zlib; in vnc_zlib_start()
64 vs->zlib.zlib = vs->output; in vnc_zlib_stop()
65 vs->output = vs->zlib.tmp; in vnc_zlib_stop()
101 buffer_reserve(&vs->output, vs->zlib.zlib.offset + 64); in vnc_zlib_stop()
104 zstream->next_in = vs->zlib.zlib.buffer; in vnc_zlib_stop()
105 zstream->avail_in = vs->zlib.zlib.offset; in vnc_zlib_stop()
150 if (vs->zlib.stream.opaque) { in vnc_zlib_clear()
151 deflateEnd(&vs->zlib.stream); in vnc_zlib_clear()
[all …]
H A Dvnc-enc-zrle.c76 buffer_reset(&vs->zrle->zlib); in zrle_compress_data()
96 buffer_reserve(&vs->zrle->zlib, vs->zrle->zrle.offset + 64); in zrle_compress_data()
101 zstream->next_out = vs->zrle->zlib.buffer; in zrle_compress_data()
102 zstream->avail_out = vs->zrle->zlib.capacity; in zrle_compress_data()
111 vs->zrle->zlib.offset = vs->zrle->zlib.capacity - zstream->avail_out; in zrle_compress_data()
112 return vs->zrle->zlib.offset; in zrle_compress_data()
342 vnc_write(vs, vs->zrle->zlib.buffer, vs->zrle->zlib.offset); in zrle_send_framebuffer_update()
365 buffer_free(&vs->zrle->zlib); in vnc_zrle_clear()
/openbmc/qemu/tests/qemu-iotests/
H A D049.out7 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib s…
10 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib s…
13 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib s…
16 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib s…
19 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib s…
28 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib s…
31 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib s…
34 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib s…
37 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib s…
51 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib s…
[all …]
H A D085.out19 …-v0.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=134217728 back…
48 …-v0.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=134217728 back…
49 …-v1.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=134217728 back…
60 …-v0.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=134217728 back…
61 …-v1.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=134217728 back…
72 …-v0.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=134217728 back…
73 …-v1.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=134217728 back…
84 …-v0.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=134217728 back…
85 …-v1.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=134217728 back…
96 …-v0.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=134217728 back…
[all …]
H A D28763 _make_test_img -o compression_type=zlib 64M
75 _make_test_img -o compression_type=zlib 64M
100 _make_test_img -o compression_type=zlib 64M
141 -o "$(_optstr_add "$IMGOPTS" "compression_type=zlib")" "$RAND_FILE" \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/
H A D0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch4 Subject: [PATCH] zlib: Include unistd.h for open/close C APIs
10 third_party/zlib/gzguts.h | 1 +
13 diff --git a/third_party/zlib/gzguts.h b/third_party/zlib/gzguts.h
15 --- a/third_party/zlib/gzguts.h
16 +++ b/third_party/zlib/gzguts.h
22 #include "zlib.h"
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/
H A D0001-Add-missing-prototypes-to-function-declarations.patch26 zlib/crc32.c | 2 +-
27 zlib/trees.c | 2 +-
126 diff --git a/zlib/crc32.c b/zlib/crc32.c
128 --- a/zlib/crc32.c
129 +++ b/zlib/crc32.c
139 diff --git a/zlib/trees.c b/zlib/trees.c
141 --- a/zlib/trees.c
142 +++ b/zlib/trees.c
152 diff --git a/zlib/zutil.c b/zlib/zutil.c
154 --- a/zlib/zutil.c
[all …]
/openbmc/openbmc/poky/meta/recipes-core/zlib/
H A Dzlib_1.3.1.bb4 HOMEPAGE = "http://zlib.net/"
7 LIC_FILES_CHKSUM = "file://zlib.h;beginline=6;endline=23;md5=5377232268e952e9ef63bc555f7aa6c0"
10 SRC_URI = "https://zlib.net/${BP}.tar.gz \
14 UPSTREAM_CHECK_URI = "http://zlib.net/"
20 PREMIRRORS:append = " https://zlib.net/ https://zlib.net/fossils/"
50 CVE_STATUS[CVE-2023-6992] = "cpe-incorrect: this CVE is for cloudflare zlib"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/
H A Dlibtar_1.2.20.bb20 PACKAGECONFIG ??= "zlib"
21 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
/openbmc/openbmc/poky/meta/recipes-devtools/erofs-utils/
H A Derofs-utils_1.7.1.bb19 PACKAGECONFIG ??= "lz4 zlib"
21 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/lftp/
H A Dlftp_4.9.2.bb19 PACKAGECONFIG ??= "openssl zlib gnutls readline expat"
21 PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_INCDIR}/.., --without-zlib, zlib"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/imlib2/
H A Dimlib2_git.bb20 PACKAGECONFIG ??= "jpeg png zlib ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
31 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
/openbmc/linux/arch/xtensa/boot/lib/
H A DMakefile6 zlib := inffast.c inflate.c inftrees.c macro
8 lib-y += $(zlib:.c=.o) zmem.o
31 $(addprefix $(obj)/,$(zlib)): $(obj)/%: $(srctree)/lib/zlib_inflate/%
34 clean-files := $(zlib)
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcompress/
H A Dlibcompress-raw-zlib-perl_2.206.bb1 SUMMARY = "Perl interface to the zlib compression library."
3 to the zlib compression library (see 'AUTHOR' for details about where to \
4 get zlib)."
15 DEPENDS += "zlib"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/neon/
H A Dneon_0.33.0.bb19 PACKAGECONFIG ?= "expat gnutls libproxy webdav zlib nls"
20 PACKAGECONFIG:class-native = "expat gnutls webdav zlib nls"
31 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
/openbmc/openbmc/poky/meta/recipes-extended/pigz/
H A Dpigz_2.8.bb5 Adler, and uses the zlib and pthread libraries."
6 HOMEPAGE = "http://zlib.net/pigz/"
11 SRC_URI = "http://zlib.net/${BPN}/fossils/${BP}.tar.gz"
16 UPSTREAM_CHECK_URI = "http://zlib.net/${BPN}/"
19 DEPENDS = "zlib"
/openbmc/openbmc/poky/meta/recipes-graphics/freetype/
H A Dfreetype_2.13.2.bb28 PACKAGECONFIG ??= "zlib pixmap"
34 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
/openbmc/openbmc/meta-security/recipes-ids/aide/
H A Daide_0.17.4.bb17 PACKAGECONFIG ??=" mhash zlib e2fsattrs posix capabilities curl \
22 PACKAGECONFIG[zlib] = "--with-zlib, --without-zlib, zlib, zlib "
/openbmc/openbmc/poky/meta/recipes-extended/wget/
H A Dwget.inc30 PACKAGECONFIG ??= "gnutls pcre zlib \
40 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
/openbmc/openbmc/poky/meta/recipes-devtools/file/
H A Dfile_5.45.bb23 PACKAGECONFIG ??= "bz2 lzma zlib zstdlib lzlib"
26 PACKAGECONFIG[zlib] = "--enable-zlib, --disable-zlib, zlib"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netsniff-ng/
H A Dnetsniff-ng_0.6.8.bb20 PACKAGECONFIG[zlib] = ",--disable-zlib,zlib,"
/openbmc/linux/scripts/
H A DMakefile.debug31 DEBUG_CFLAGS += -gz=zlib
32 KBUILD_AFLAGS += -gz=zlib
33 KBUILD_LDFLAGS += --compress-debug-sections=zlib
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zsync/zsync-curl/
H A Dmake.patch32 SUBDIRS = librcksum zlib libzsync doc
38 zsync_curl_LDADD = libzsync/libzsync.a librcksum/librcksum.a zlib/libinflate.a $(LIBOBJS)
43 +zsyncmake_curl_LDADD = libzsync/libzsync.a librcksum/librcksum.a zlib/libinflate.a zlib/libdeflate…
/openbmc/openbmc/poky/meta/recipes-extended/libarchive/
H A Dlibarchive_3.7.2.bb10 PACKAGECONFIG ?= "zlib bz2 xz zstd ${@bb.utils.filter('DISTRO_FEATURES', 'acl xattr', d)}"
17 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib,"

12345678910>>...16