Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h418 } ZSTD_cParameter; typedef
433 ZSTDLIB_API ZSTD_bounds ZSTD_cParam_getBounds(ZSTD_cParameter cParam);
446 ZSTDLIB_API size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value);
1527 ZSTDLIB_API size_t ZSTD_CCtx_getParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int* value);
1573 ZSTDLIB_API size_t ZSTD_CCtxParams_setParameter(ZSTD_CCtx_params* params, ZSTD_cParameter param, in…
1580 ZSTDLIB_API size_t ZSTD_CCtxParams_getParameter(ZSTD_CCtx_params* params, ZSTD_cParameter param, in…
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h443 } ZSTD_cParameter; typedef
458 ZSTDLIB_API ZSTD_bounds ZSTD_cParam_getBounds(ZSTD_cParameter cParam);
471 ZSTDLIB_API size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value);
1957 ZSTDLIB_STATIC_API size_t ZSTD_CCtx_getParameter(const ZSTD_CCtx* cctx, ZSTD_cParameter param, int*…
2005 ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_setParameter(ZSTD_CCtx_params* params, ZSTD_cParameter pa…
2012 … size_t ZSTD_CCtxParams_getParameter(const ZSTD_CCtx_params* params, ZSTD_cParameter param, int* v…
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c269 ZSTD_bounds ZSTD_cParam_getBounds(ZSTD_cParameter param) in ZSTD_cParam_getBounds()
431 static size_t ZSTD_cParam_clampBounds(ZSTD_cParameter cParam, int* value) in ZSTD_cParam_clampBounds()
446 static int ZSTD_isUpdateAuthorized(ZSTD_cParameter param) in ZSTD_isUpdateAuthorized()
483 size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value) in ZSTD_CCtx_setParameter()
533 ZSTD_cParameter param, int value) in ZSTD_CCtxParams_setParameter()
715 size_t ZSTD_CCtx_getParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int* value) in ZSTD_CCtx_getParameter()
721 ZSTD_CCtx_params* CCtxParams, ZSTD_cParameter param, int* value) in ZSTD_CCtxParams_getParameter()
H A Dzstd_compress_internal.h358 MEM_STATIC int ZSTD_cParam_withinBounds(ZSTD_cParameter cParam, int value) in ZSTD_cParam_withinBounds()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c386 ZSTD_bounds ZSTD_cParam_getBounds(ZSTD_cParameter param) in ZSTD_cParam_getBounds()
584 static size_t ZSTD_cParam_clampBounds(ZSTD_cParameter cParam, int* value) in ZSTD_cParam_clampBounds()
599 static int ZSTD_isUpdateAuthorized(ZSTD_cParameter param) in ZSTD_isUpdateAuthorized()
644 size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value) in ZSTD_CCtx_setParameter()
702 ZSTD_cParameter param, int value) in ZSTD_CCtxParams_setParameter()
924 size_t ZSTD_CCtx_getParameter(ZSTD_CCtx const* cctx, ZSTD_cParameter param, int* value) in ZSTD_CCtx_getParameter()
930 ZSTD_CCtx_params const* CCtxParams, ZSTD_cParameter param, int* value) in ZSTD_CCtxParams_getParameter()
H A Dzstd_compress_internal.h503 MEM_STATIC int ZSTD_cParam_withinBounds(ZSTD_cParameter cParam, int value) in ZSTD_cParam_withinBounds()