HomeSort by: relevance | last modified time | path
    Searched defs:pzstd (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/zstd/dist/contrib/pzstd/utils/
FileSystem.h 24 namespace pzstd { namespace
ScopeGuard.h 13 namespace pzstd { namespace
ThreadPool.h 18 namespace pzstd { namespace
Buffer.h 17 namespace pzstd { namespace
Range.h 26 namespace pzstd { namespace
ResourcePool.h 17 namespace pzstd { namespace
WorkQueue.h 22 namespace pzstd { namespace
  /src/external/bsd/zstd/dist/contrib/pzstd/
ErrorHolder.h 16 namespace pzstd { namespace
18 // Coordinates graceful shutdown of the pzstd pipeline
SkippableFrame.h 18 namespace pzstd { namespace
Logging.h 14 namespace pzstd { namespace
Pzstd.h 20 #define ZSTD_DISABLE_DEPRECATE_WARNINGS /* No deprecation warnings, pzstd itself is deprecated
30 namespace pzstd { namespace
32 * Runs pzstd with `options` and returns the number of bytes written.
35 * @param options The pzstd options to use for (de)compression
119 * Streams input from `fd`. If pzstd headers are available it breaks the input
Options.h 12 #define ZSTD_DISABLE_DEPRECATE_WARNINGS /* No deprecation warnings, pzstd itself is deprecated
22 namespace pzstd { namespace
Options.cpp 22 namespace pzstd { namespace
75 std::fprintf(stderr, " pzstd [args] [FILE(s)]\n");
205 std::fprintf(stderr, "PZSTD version: %s.\n", ZSTD_VERSION_STRING);
Pzstd.cpp 10 #include "Pzstd.h"
28 namespace pzstd { namespace
150 "pzstd: %s already exists; do you wish to overwrite (y/n) ? ",
175 state.log(kLogError, "pzstd: %s: %s.\n", input.c_str(),
547 // We hit a non SkippableFrame ==> not compressed by pzstd or corrupted
550 "Input not in pzstd format, falling back to serial decompression");
  /src/external/bsd/zstd/dist/contrib/pzstd/test/
OptionsTest.cpp 14 using namespace pzstd;
16 namespace pzstd { namespace
149 auto args = makeArray("silesia.tar", "-o", "silesia.tar.pzstd", "-p", "2");
156 "silesia.tar.pzstd",
RoundTrip.h 12 #include "Pzstd.h"
20 namespace pzstd { namespace

Completed in 31 milliseconds