Lines Matching +full:auto +full:- +full:string +full:- +full:detection
2 * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
5 * This source code is licensed under both the BSD-style license (found in the
8 * You may select, at your option, one of the above-listed licenses.
29 /* returns a string with version of zstd library */
36 - compilation with the additional option -DZWRAP_USE_ZSTD=1
37 - using '#define ZWRAP_USE_ZSTD 1' in source code before '#include "zstd_zlibwrapper.h"'
38 - calling ZWRAP_useZSTDcompression(1)
39 All above-mentioned methods will enable zstd compression for all threads.
40 Be aware that ZWRAP_useZSTDcompression() is not thread-safe and may lead to a race condition. */
65 By default auto-detection of zstd and zlib streams in enabled (ZWRAP_AUTO).
67 decompression speed of zlib-encoded streams.
68 … Be aware that ZWRAP_setDecompressionType() is not thread-safe and may lead to a race condition. */