Home
last modified time | relevance | path

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

12

/third_party/boost/tools/build/src/tools/
Dzstd.jam8 # 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/
Dzstd.cpp23 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/
Dzstd.hpp40 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/
DJamfile.v2102 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/
DFindZstd.cmake27 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/
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/boost/libs/iostreams/test/
DJamfile.v2168 using zstd ;
171 [ ac.check-library /zstd//zstd : : <build>no ] ] ;
/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/curl/docs/examples/
DMakefile.m3244 ZSTD_PATH = ../../../zstd-1.4.5
/third_party/curl/lib/
DMakefile.m3244 ZSTD_PATH = ../../zstd-1.4.5
/third_party/curl/src/
DMakefile.m3244 ZSTD_PATH = ../../zstd-1.4.5
/third_party/mesa3d/src/compiler/nir/
Dmeson.build305 prog_zstd = find_program('zstd', required : false)
318 '@0@.zstd'.format(f),
321 output : '@0@.zstd'.format(f),
/third_party/node/deps/cares/
DMakefile.in681 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/
Dversion.d78 Automatic decompression (via zstd) of compressed files over HTTP is supported. variable
/third_party/elfio/
DMakefile.in928 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/
DMakefile.in816 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/
Dconfigure.ac151 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 …]
DCMakeLists.txt682 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/
DFEATURES.md219 12. requires libz, brotli and/or zstd
DHISTORY.md405 August: zstd support
/third_party/wayland_standard/
DMakefile.in2637 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/
Dmeson_options.txt490 'zstd', combo
Dmeson.build1492 _zstd = get_option('zstd')
1495 warning('zstd option "true" deprecated, please use "enabled" instead.')
1498 warning('zstd option "false" deprecated, please use "disabled" instead.')

12