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

/freebsd-current/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.h62 typedef enum { ZWRAP_FORCE_ZLIB, ZWRAP_AUTO } ZWRAP_decompress_type; enumerator in enum:__anon352
65 By default auto-detection of zstd and zlib streams in enabled (ZWRAP_AUTO).
H A Dzstd_zlibwrapper.c94 static ZWRAP_decompress_type g_ZWRAPdecompressionType = ZWRAP_AUTO;
/freebsd-current/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c455 else ZWRAP_setDecompressionType(ZWRAP_AUTO);
491 else ZWRAP_setDecompressionType(ZWRAP_AUTO);

Completed in 283 milliseconds