Searched refs:ZSTD_CCtx_loadDictionary (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/sys/contrib/zstd/lib/deprecated/ |
| H A D | zbuff_compress.c | 93 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 D | zstd_compat_wrapper.h | 166 #define ZSTD_CCtx_loadDictionary zfs_ZSTD_CCtx_loadDictionary macro
|
| /freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.h | 921 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 D | benchzstd.c | 192 CHECK_Z(ZSTD_CCtx_loadDictionary(ctx, dictBuffer, dictBufferSize)); in BMK_initCCtx()
|
| H A D | fileio.c | 1061 CHECK( ZSTD_CCtx_loadDictionary(ress.cctx, ress.dictBuffer, ress.dictBufferSize) ); in FIO_createCResources()
|
| /freebsd-14.2/sys/contrib/zstd/lib/ |
| H A D | zstd.h | 960 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 D | zstd_compress.c | 924 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 D | zwrapbench.c | 277 … initErr |= ZSTD_isError(ZSTD_CCtx_loadDictionary(zbc, dictBuffer, dictBufferSize)); in BMK_benchMem()
|
| /freebsd-14.2/sys/contrib/zstd/zlibWrapper/ |
| H A D | zstd_zlibwrapper.c | 219 initErr |= ZSTD_isError(ZSTD_CCtx_loadDictionary(zwc->zbc, dict, dictSize)); in ZWRAP_initializeCStream()
|
| /freebsd-14.2/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 1165 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 D | CHANGELOG | 274 api: Allow setting parameters before or after ZSTD_CCtx_loadDictionary() is called
|