Home
last modified time | relevance | path

Searched refs:ZSTD_CCtx_getParameter (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h163 #define ZSTD_CCtx_getParameter zfs_ZSTD_CCtx_getParameter macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1526 ZSTDLIB_API size_t ZSTD_CCtx_getParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int* value);
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h1957 ZSTDLIB_STATIC_API size_t ZSTD_CCtx_getParameter(const ZSTD_CCtx* cctx, ZSTD_cParameter param, int*…
/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c1376 CHECK(ZSTD_CCtx_getParameter(ress.cctx, ZSTD_c_windowLog, &windowLog)); in FIO_compressZstdFrame()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c714 size_t ZSTD_CCtx_getParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int* value) in ZSTD_CCtx_getParameter() function
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c924 size_t ZSTD_CCtx_getParameter(ZSTD_CCtx const* cctx, ZSTD_cParameter param, int* value) in ZSTD_CCtx_getParameter() function