Searched refs:ZSTD_DCtx_loadDictionary_byReference (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zstd/include/ |
| H A D | zstd_compat_wrapper.h | 369 #define ZSTD_DCtx_loadDictionary_byReference zfs_ZSTD_DCtx_loadDictionary_byReference macro
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.h | 2468 ZSTDLIB_STATIC_API size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, s…
|
| /freebsd/sys/contrib/zstd/lib/ |
| H A D | zstd.h | 2467 ZSTDLIB_STATIC_API size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, s…
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 1716 size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, size_t dictSize) in ZSTD_DCtx_loadDictionary_byReference() function
|
| /freebsd/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 1715 size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, size_t dictSize) in ZSTD_DCtx_loadDictionary_byReference() function
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | fileio.c | 2356 …CHECK(ZSTD_DCtx_loadDictionary_byReference(ress.dctx, ress.dict.dictBuffer, ress.dict.dictBufferSi… in FIO_createDResources()
|