Searched refs:ZWRAP_setDecompressionType (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.h64 /* ZWRAP_setDecompressionType() enables/disables automatic recognition of zstd/zlib compressed data during runtime.
66 Forcing zlib decompression with ZWRAP_setDecompressionType(ZWRAP_FORCE_ZLIB) slightly improves
68 Be aware that ZWRAP_setDecompressionType() is not thread-safe and may lead to a race condition. */
69 void ZWRAP_setDecompressionType(ZWRAP_decompress_type type);
H A Dzstd_zlibwrapper.c96 void ZWRAP_setDecompressionType(ZWRAP_decompress_type type) { g_ZWRAPdecompressionType = type; } function
/freebsd-current/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c454 if (compressor == BMK_ZLIB_REUSE) ZWRAP_setDecompressionType(ZWRAP_FORCE_ZLIB);
455 else ZWRAP_setDecompressionType(ZWRAP_AUTO);
490 if (compressor == BMK_ZLIB) ZWRAP_setDecompressionType(ZWRAP_FORCE_ZLIB);
491 else ZWRAP_setDecompressionType(ZWRAP_AUTO);

Completed in 124 milliseconds