Home
last modified time | relevance | path

Searched refs:ZSTD_CCtx_setParametersUsingCCtxParams (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/tests/
H A DroundTripCrash.c102 CHECK_Z( ZSTD_CCtx_setParametersUsingCCtxParams(cctx, cctxParams) ); in cctxParamRoundTripTest()
H A Dzstreamtest.c1701 CHECK_Z (ZSTD_CCtx_setParametersUsingCCtxParams(zc, cctxParams) ); in fuzzerTests_newAPI()
1713 … size_t const setError = ZSTD_CCtx_setParametersUsingCCtxParams(zc, cctxParams); in fuzzerTests_newAPI()
/freebsd-12.1/sys/contrib/zstd/lib/
H A Dzstd.h1245 ZSTDLIB_API size_t ZSTD_CCtx_setParametersUsingCCtxParams(
/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c487 size_t ZSTD_CCtx_setParametersUsingCCtxParams( in ZSTD_CCtx_setParametersUsingCCtxParams() function