Home
last modified time | relevance | path

Searched refs:ZSTD_CCtx_loadDictionary (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/sys/contrib/zstd/lib/deprecated/
H A Dzbuff_compress.c93 FORWARD_IF_ERROR(ZSTD_CCtx_loadDictionary(zbc, dict, dictSize), ""); in ZBUFF_compressInit_advanced()
101 FORWARD_IF_ERROR(ZSTD_CCtx_loadDictionary(zbc, dict, dictSize), ""); in ZBUFF_compressInitDictionary()
/freebsd-14.2/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h166 #define ZSTD_CCtx_loadDictionary zfs_ZSTD_CCtx_loadDictionary macro
/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h921 ZSTDLIB_API size_t ZSTD_CCtx_loadDictionary(ZSTD_CCtx* cctx, const void* dict, size_t dictSize);
/freebsd-14.2/sys/contrib/zstd/programs/
H A Dbenchzstd.c192 CHECK_Z(ZSTD_CCtx_loadDictionary(ctx, dictBuffer, dictBufferSize)); in BMK_initCCtx()
H A Dfileio.c1061 CHECK( ZSTD_CCtx_loadDictionary(ress.cctx, ress.dictBuffer, ress.dictBufferSize) ); in FIO_createCResources()
/freebsd-14.2/sys/contrib/zstd/lib/
H A Dzstd.h960 ZSTDLIB_API size_t ZSTD_CCtx_loadDictionary(ZSTD_CCtx* cctx, const void* dict, size_t dictSize);
/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c924 ZSTDLIB_API size_t ZSTD_CCtx_loadDictionary(ZSTD_CCtx* cctx, const void* dict, size_t dictSize) in ZSTD_CCtx_loadDictionary() function
3702 FORWARD_IF_ERROR( ZSTD_CCtx_loadDictionary(zcs, dict, dictSize) , ""); in ZSTD_initCStream_internal()
3753 FORWARD_IF_ERROR( ZSTD_CCtx_loadDictionary(zcs, dict, dictSize) , ""); in ZSTD_initCStream_advanced()
3762 FORWARD_IF_ERROR( ZSTD_CCtx_loadDictionary(zcs, dict, dictSize) , ""); in ZSTD_initCStream_usingDict()
/freebsd-14.2/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c277 … initErr |= ZSTD_isError(ZSTD_CCtx_loadDictionary(zbc, dictBuffer, dictBufferSize)); in BMK_benchMem()
/freebsd-14.2/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c219 initErr |= ZSTD_isError(ZSTD_CCtx_loadDictionary(zwc->zbc, dict, dictSize)); in ZWRAP_initializeCStream()
/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1165 size_t ZSTD_CCtx_loadDictionary(ZSTD_CCtx* cctx, const void* dict, size_t dictSize) in ZSTD_CCtx_loadDictionary() function
5227 FORWARD_IF_ERROR( ZSTD_CCtx_loadDictionary(zcs, dict, dictSize) , ""); in ZSTD_initCStream_internal()
5278 FORWARD_IF_ERROR( ZSTD_CCtx_loadDictionary(zcs, dict, dictSize) , ""); in ZSTD_initCStream_advanced()
5287 FORWARD_IF_ERROR( ZSTD_CCtx_loadDictionary(zcs, dict, dictSize) , ""); in ZSTD_initCStream_usingDict()
/freebsd-14.2/sys/contrib/zstd/
H A DCHANGELOG274 api: Allow setting parameters before or after ZSTD_CCtx_loadDictionary() is called