Home
last modified time | relevance | path

Searched refs:zstd (Results 1 – 25 of 57) sorted by relevance

123

/third_party/curl/CMake/
DFindZstd.cmake29 Find the zstd library
35 System has zstd
37 The zstd include directories.
39 The libraries needed to use zstd
47 find_path(Zstd_INCLUDE_DIR zstd.h
53 find_library(Zstd_LIBRARY NAMES zstd
/third_party/elfutils/tests/
Ddebuginfod-subr.sh29 bsdtar --version | grep -q zstd && zstd=true || zstd=false
30 echo "zstd=$zstd bsdtar=`bsdtar --version`"
Drun-debuginfod-archive-groom.sh63 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones
74 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones
126 if [ $zstd = true ]; then
Drun-debuginfod-archive-test.sh53 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones
66 if [ $zstd = true ]; then
Drun-debuginfod-find.sh25 bsdtar --version | grep -q zstd && zstd=true || zstd=false
26 echo "zstd=$zstd bsdtar=`bsdtar --version`"
310 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones
388 if [ $zstd = true ]; then
Drun-readelf-compressed-zstd.sh31 zstd hello_i386.ko
Drun-debuginfod-archive-rename.sh54 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones
Drun-debuginfod-extraction.sh52 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones
Drun-debuginfod-fd-prefetch-caches.sh29 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones
Drun-debuginfod-response-headers.sh56 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones
/third_party/curl/tests/data/
Dtest39729 Content-Encoding: zstd
168 zstd
174 HTTP GET zstd compressed content of size more than CURL_MAX_WRITE_SIZE
Dtest39649 Content-Encoding: zstd
172 zstd
178 HTTP GET zstd compressed content
/third_party/lz4/
DREADME.md17 LZ4 is also compatible with [dictionary compression](https://github.com/facebook/zstd#the-case-for-…
20 …e [Zstandard Dictionary Builder](https://github.com/facebook/zstd/blob/v1.3.5/programs/zstd.1.md#d…
63 [Zstandard]: http://www.zstd.net/
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_build-mingw.sh8 zstd \
/third_party/elfutils/config/
Dlibdw.pc.in20 # lzma (xz) and zstd () are optional. But bzip2 doesn't have a pkg-config file.
/third_party/skia/third_party/externals/brotli/c/tools/
Dbrotli.md19 `brotli` command line syntax similar to `gzip (1)` and `zstd (1)`.
71 keep source file(s); `zstd (1)`-like behaviour
/third_party/libabigail/
Dconfigure.ac103 [enable rpm/zstd in abipkgdiff testing (default is auto)]),
364 dnl Point to a rpm/zstd file, that is:
366 dnl zstd
372 AC_MSG_ERROR([rpm/zstd support needs rpm support])
376 AC_MSG_CHECKING([for rpm/zstd support])
385 AC_MSG_ERROR([rpm/zstd support not available])
396 AC_DEFINE([WITH_RPM_ZSTD], 1, [has rpm/zstd support])
397 AC_MSG_NOTICE([rpm/zstd in abipkgdiff testing is enabled])
1062 Enable rpm/zstd in abipkgdiff testing : ${ENABLE_RPM_ZSTD}
/third_party/mesa3d/src/compiler/nir/
Dmeson.build321 prog_zstd = find_program('zstd', required : false)
334 '@0@.zstd'.format(f),
337 output : '@0@.zstd'.format(f),
/third_party/curl/lib/
DMakefile.mk262 ifneq ($(findstring -zstd,$(CFG)),)
263 ZSTD_PATH ?= $(PROOT)/../zstd
/third_party/elfutils/libdwfl/
DMakefile.am82 libdwfl_a_SOURCES += zstd.c
/third_party/elfutils/
Dconfigure.ac409 dnl Test for bzlib and xz/lzma/zstd, gives BZLIB/LZMALIB/ZSTD .am
420 eu_ZIPLIB(zstd,ZSTD,zstd,ZSTD_decompress,[ZSTD (zst)])
743 # For tests that need to use zstd compression
744 AC_CHECK_PROG(HAVE_ZSTD, zstd, yes, no)
831 zstd support : ${with_zstd}
850 have zstd installed : ${HAVE_ZSTD}
/third_party/libevdev/
DMakefile.in664 dist-zstd: distdir
665 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
711 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
892 dist-xz dist-zip dist-zstd distcheck distclean \
/third_party/node/deps/cares/
DMakefile.in683 dist-zstd: distdir
684 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
730 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
913 dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
/third_party/curl/docs/cmdline-opts/
Dversion.d86 Automatic decompression (via zstd) of compressed files over HTTP is supported. variable
/third_party/curl/docs/
DFEATURES.md218 11. requires libz, brotli and/or zstd

123