| /openbmc/qemu/ui/ |
| H A D | vnc-enc-zlib.c | 51 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 D | vnc-enc-zrle.c | 76 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 D | zlib_1.3.1.bb | 4 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 D | 049.out | 7 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 D | 085.out | 19 …-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 D | 287 | 63 _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 D | 0001-Add-missing-prototypes-to-function-declarations.patch | 24 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 D | minizip-ng_4.0.8.bb | 4 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 D | minizip_1.3.1.bb | 9 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 D | erofs-utils_1.8.5.bb | 19 PACKAGECONFIG ??= "lz4 zlib" 21 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/lftp/ |
| H A D | lftp_4.9.2.bb | 17 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 D | imlib2_git.bb | 20 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 D | libcompress-raw-zlib-perl_2.213.bb | 1 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 D | libtar_1.2.20.bb | 31 PACKAGECONFIG ??= "zlib" 32 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/neon/ |
| H A D | neon_0.33.0.bb | 21 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 D | wget.inc | 30 PACKAGECONFIG ??= "gnutls pcre2 zlib \ 41 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
|
| /openbmc/openbmc/poky/meta/recipes-extended/pigz/ |
| H A D | pigz_2.8.bb | 5 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 D | freetype_2.13.3.bb | 28 PACKAGECONFIG ??= "zlib pixmap" 34 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
|
| /openbmc/openbmc/meta-security/recipes-ids/aide/ |
| H A D | aide_0.18.8.bb | 19 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 D | libpciaccess_0.18.1.bb | 19 PACKAGECONFIG ?= "zlib" 20 PACKAGECONFIG[zlib] = "-Dzlib=enabled,-Dzlib=disabled,zlib"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netsniff-ng/ |
| H A D | netsniff-ng_0.6.8.bb | 20 PACKAGECONFIG[zlib] = ",--disable-zlib,zlib,"
|
| /openbmc/openbmc/poky/meta/recipes-extended/libarchive/ |
| H A D | libarchive_3.7.9.bb | 10 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 D | file_5.46.bb | 24 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 D | make.patch | 32 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 D | rsync_%.bbappend | 1 DEPENDS:append:class-target = " popt zlib" 6 --without-included-popt --without-included-zlib \
|