/third_party/boost/tools/build/src/tools/ |
D | zstd.jam | 8 # Supports the zstd library 10 # After 'using zstd', the following targets are available: 12 # /zstd//zstd -- The zstd library 26 header = zstd.h ; 29 names = zstd zstd_static libzstd libzstd_static ; 57 project zstd ; 73 ECHO "notice: [zstd] zstd is already configured" ; 78 errors.user-error "zstd is already configured" ; 86 ECHO "notice: [zstd] Using pre-installed library" ; 89 ECHO "notice: [zstd] Condition" [ $(condition).raw ] ; [all …]
|
/third_party/boost/libs/iostreams/src/ |
D | zstd.cpp | 23 namespace zstd { namespace 98 if (eof_ && in->size == 0) return zstd::stream_end; in deflate() 101 if (action != zstd::run) in deflate() 103 result = action == zstd::finish ? ZSTD_endStream(s, out) : ZSTD_flushStream(s, out); in deflate() 105 eof_ = action == zstd::finish && result == 0; in deflate() 106 return result == 0 ? zstd::stream_end : zstd::okay; in deflate() 108 return zstd::okay; in deflate() 121 return action == zstd::finish && in->size == 0 && out->pos == 0 ? zstd::stream_end : zstd::okay; in inflate() 144 zstd::alloc_func, zstd::free_func, in do_init()
|
/third_party/boost/boost/iostreams/filter/ |
D | zstd.hpp | 40 namespace zstd { namespace 80 zstd_params( uint32_t level = zstd::default_compression ) in zstd_params() 159 zstd::alloc_func, 160 zstd::free_func, 178 zstd_compressor_impl(const zstd_params& = zstd::default_compression); 218 basic_zstd_compressor( const zstd_params& = zstd::default_compression, 294 int result = deflate(flush ? zstd::finish : zstd::run); in filter() 296 return result != zstd::stream_end; in filter() 325 int result = inflate(flush ? zstd::finish : zstd::run); in filter() 327 return result != zstd::stream_end; in filter()
|
/third_party/boost/libs/iostreams/build/ |
D | Jamfile.v2 | 102 using zstd ; 103 zstd-requirements = 104 [ ac.check-library /zstd//zstd : <library>/zstd//zstd 105 <source>zstd.cpp ] ; 111 ECHO "notice: iostreams: not using zstd compression " ; 124 $(zstd-requirements)
|
/third_party/curl/CMake/ |
D | FindZstd.cmake | 27 Find the zstd library 33 System has zstd 35 The zstd include directories. 37 The libraries needed to use zstd 45 find_path(Zstd_INCLUDE_DIR zstd.h 51 find_library(Zstd_LIBRARY NAMES zstd
|
/third_party/curl/tests/data/ |
D | test397 | 29 Content-Encoding: zstd 168 zstd 174 HTTP GET zstd compressed content of size more than CURL_MAX_WRITE_SIZE
|
D | test396 | 49 Content-Encoding: zstd 172 zstd 178 HTTP GET zstd compressed content
|
/third_party/lz4/ |
D | README.md | 17 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/boost/libs/iostreams/test/ |
D | Jamfile.v2 | 168 using zstd ; 171 [ ac.check-library /zstd//zstd : : <build>no ] ] ;
|
/third_party/skia/third_party/externals/brotli/c/tools/ |
D | brotli.md | 19 `brotli` command line syntax similar to `gzip (1)` and `zstd (1)`. 71 keep source file(s); `zstd (1)`-like behaviour
|
/third_party/curl/docs/examples/ |
D | Makefile.m32 | 44 ZSTD_PATH = ../../../zstd-1.4.5
|
/third_party/curl/lib/ |
D | Makefile.m32 | 44 ZSTD_PATH = ../../zstd-1.4.5
|
/third_party/curl/src/ |
D | Makefile.m32 | 44 ZSTD_PATH = ../../zstd-1.4.5
|
/third_party/mesa3d/src/compiler/nir/ |
D | meson.build | 305 prog_zstd = find_program('zstd', required : false) 318 '@0@.zstd'.format(f), 321 output : '@0@.zstd'.format(f),
|
/third_party/node/deps/cares/ |
D | Makefile.in | 681 dist-zstd: distdir 682 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 728 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 911 dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
|
/third_party/curl/docs/cmdline-opts/ |
D | version.d | 78 Automatic decompression (via zstd) of compressed files over HTTP is supported. variable
|
/third_party/elfio/ |
D | Makefile.in | 928 dist-zstd: distdir 929 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 975 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 1159 dist-xz dist-zip dist-zstd distcheck distclean \
|
/third_party/expat/ |
D | Makefile.in | 816 dist-zstd: distdir 817 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 863 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 1046 dist-xz dist-zip dist-zstd distcheck distclean \
|
/third_party/curl/ |
D | configure.ac | 151 curl_zstd_msg="no (--with-zstd)" 1351 AC_ARG_WITH(zstd,dnl optwith 1352 AS_HELP_STRING([--with-zstd=PATH],[Where to look for libzstd, PATH points to the libzstd installati… 1353 AS_HELP_STRING([--without-zstd], [disable libzstd]), 1357 dnl backup the pre-zstd variables 1364 dnl --with-zstd (without path) used 1377 dnl no --with-zstd option given, just check default places 1380 dnl use the given --with-zstd spot 1397 AC_CHECK_LIB(zstd, ZSTD_createDStream) 1399 AC_CHECK_HEADERS(zstd.h, [all …]
|
D | CMakeLists.txt | 682 option(CURL_ZSTD "Set to ON to enable building curl with zstd support." OFF) 689 check_symbol_exists(ZSTD_createDStream "zstd.h" HAVE_ZSTD_CREATEDSTREAM) 1363 _add_if("zstd" HAVE_ZSTD)
|
/third_party/curl/docs/ |
D | FEATURES.md | 219 12. requires libz, brotli and/or zstd
|
D | HISTORY.md | 405 August: zstd support
|
/third_party/wayland_standard/ |
D | Makefile.in | 2637 dist-zstd: distdir 2638 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 2684 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 2995 dist-zstd distcheck distclean distclean-compile \
|
/third_party/mesa3d/ |
D | meson_options.txt | 490 'zstd', combo
|
D | meson.build | 1492 _zstd = get_option('zstd') 1495 warning('zstd option "true" deprecated, please use "enabled" instead.') 1498 warning('zstd option "false" deprecated, please use "disabled" instead.')
|