Home
last modified time | relevance | path

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

12345678910>>...16

/openbmc/qemu/ui/
H A Dvnc-enc-zlib.c51 buffer_reset(&worker->zlib.zlib); in vnc_zlib_start()
54 worker->zlib.tmp = vs->output; in vnc_zlib_start()
55 vs->output = worker->zlib.zlib; in vnc_zlib_start()
60 z_streamp zstream = &worker->zlib.stream; in vnc_zlib_stop()
64 worker->zlib.zlib = vs->output; in vnc_zlib_stop()
65 vs->output = worker->zlib.tmp; in vnc_zlib_stop()
88 worker->zlib.level = worker->tight.compression; in vnc_zlib_stop()
92 if (worker->tight.compression != worker->zlib.level) { in vnc_zlib_stop()
97 worker->zlib.level = worker->tight.compression; in vnc_zlib_stop()
101 buffer_reserve(&vs->output, worker->zlib.zlib.offset + 64); in vnc_zlib_stop()
[all …]
H A Dvnc-enc-zrle.c76 buffer_reset(&zrle->zlib); in zrle_compress_data()
96 buffer_reserve(&zrle->zlib, zrle->zrle.offset + 64); in zrle_compress_data()
101 zstream->next_out = zrle->zlib.buffer; in zrle_compress_data()
102 zstream->avail_out = zrle->zlib.capacity; in zrle_compress_data()
111 zrle->zlib.offset = zrle->zlib.capacity - zstream->avail_out; in zrle_compress_data()
112 return zrle->zlib.offset; in zrle_compress_data()
342 vnc_write(vs, worker->zrle.zlib.buffer, worker->zrle.zlib.offset); in zrle_send_framebuffer_update()
367 buffer_free(&worker->zrle.zlib); in vnc_zrle_clear()
/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/"
52 CVE_PRODUCT = "zlib:zlib gnu:zlib"
/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…
22 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib s…
25 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…
[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/poky/meta/recipes-devtools/rsync/files/
H A D0001-Add-missing-prototypes-to-function-declarations.patch24 zlib/crc32.c | 2 +-
25 zlib/trees.c | 2 +-
26 zlib/zutil.c | 4 ++--
81 diff --git a/zlib/crc32.c b/zlib/crc32.c
83 --- a/zlib/crc32.c
84 +++ b/zlib/crc32.c
94 diff --git a/zlib/trees.c b/zlib/trees.c
96 --- a/zlib/trees.c
97 +++ b/zlib/trees.c
107 diff --git a/zlib/zutil.c b/zlib/zutil.c
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/minizip-ng/
H A Dminizip-ng_4.0.8.bb4 HOMEPAGE = "https://github.com/zlib-ng/minizip-ng"
9 SRC_URI = "git://github.com/zlib-ng/minizip-ng.git;protocol=https;branch=master \
28 PACKAGECONFIG ??= "zlib ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'test', '', d)}"
29 PACKAGECONFIG[zlib] = "-DMZ_ZLIB=ON,-DMZ_ZLIB=OFF, zlib"
30 PACKAGECONFIG[zlib-ng] = "-DMZ_ZLIB=ON,-DMZ_ZLIB=OFF, zlib-ng"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/minizip/
H A Dminizip_1.3.1.bb9 SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/zlib/${PV}/zlib-${PV}.tar.gz"
10 UPSTREAM_CHECK_URI = "http://zlib.net/"
12 S = "${WORKDIR}/zlib-${PV}/contrib/minizip"
21 DEPENDS = "zlib"
/openbmc/openbmc/poky/meta/recipes-devtools/erofs-utils/
H A Derofs-utils_1.8.5.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.bb17 PACKAGECONFIG ??= "openssl zlib gnutls readline expat"
19 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/openbmc/meta-openembedded/meta-perl/recipes-perl/libcompress/
H A Dlibcompress-raw-zlib-perl_2.213.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/libtar/
H A Dlibtar_1.2.20.bb31 PACKAGECONFIG ??= "zlib"
32 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/neon/
H A Dneon_0.33.0.bb21 PACKAGECONFIG ?= "expat gnutls libproxy webdav zlib"
22 PACKAGECONFIG:class-native = "expat gnutls webdav zlib"
31 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
/openbmc/openbmc/poky/meta/recipes-extended/wget/
H A Dwget.inc30 PACKAGECONFIG ??= "gnutls pcre2 zlib \
41 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.3.bb28 PACKAGECONFIG ??= "zlib pixmap"
34 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
/openbmc/openbmc/meta-security/recipes-ids/aide/
H A Daide_0.18.8.bb19 PACKAGECONFIG ??=" gcrypt zlib e2fsattrs posix capabilities curl pthread \
24 PACKAGECONFIG[zlib] = "--with-zlib, --without-zlib, zlib, zlib "
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibpciaccess_0.18.1.bb19 PACKAGECONFIG ?= "zlib"
20 PACKAGECONFIG[zlib] = "-Dzlib=enabled,-Dzlib=disabled,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/openbmc/poky/meta/recipes-extended/libarchive/
H A Dlibarchive_3.7.9.bb10 PACKAGECONFIG ?= "zlib bz2 xz zstd ${@bb.utils.filter('DISTRO_FEATURES', 'acl xattr', d)}"
17 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib,"
/openbmc/openbmc/poky/meta/recipes-devtools/file/
H A Dfile_5.46.bb24 PACKAGECONFIG ??= "bz2 lzma zlib zstdlib lzlib"
27 PACKAGECONFIG[zlib] = "--enable-zlib, --disable-zlib, 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/meta-phosphor/recipes-devtools/rsync/
H A Drsync_%.bbappend1 DEPENDS:append:class-target = " popt zlib"
6 --without-included-popt --without-included-zlib \

12345678910>>...16