Searched refs:ZSTD_CCtx_getParameter (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/include/ |
H A D | zstd_compat_wrapper.h | 163 #define ZSTD_CCtx_getParameter zfs_ZSTD_CCtx_getParameter macro
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/ |
H A D | zstd.h | 1526 ZSTDLIB_API size_t ZSTD_CCtx_getParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int* value);
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | zstd.h | 1957 ZSTDLIB_STATIC_API size_t ZSTD_CCtx_getParameter(const ZSTD_CCtx* cctx, ZSTD_cParameter param, int*…
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | fileio.c | 1376 CHECK(ZSTD_CCtx_getParameter(ress.cctx, ZSTD_c_windowLog, &windowLog)); in FIO_compressZstdFrame()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress.c | 714 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 D | zstd_compress.c | 924 size_t ZSTD_CCtx_getParameter(ZSTD_CCtx const* cctx, ZSTD_cParameter param, int* value) in ZSTD_CCtx_getParameter() function
|