Home
last modified time | relevance | path

Searched refs:ZSTD_createCCtx_advanced (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h196 #define ZSTD_createCCtx_advanced zfs_ZSTD_createCCtx_advanced macro
/freebsd/sys/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c480 cctx = ZSTD_createCCtx_advanced(zstd_malloc); in zfs_zstd_compress_impl()
/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1886 ZSTDLIB_STATIC_API ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem);
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h1885 ZSTDLIB_STATIC_API ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem);
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c398 cctxPool->cctxs[0] = ZSTD_createCCtx_advanced(cMem); in ZSTDMT_createCCtxPool()
447 … return ZSTD_createCCtx_advanced(cctxPool->cMem); /* note : can be NULL, when creation fails ! */ in ZSTDMT_getCCtx()
H A Dzstd_compress.c99 return ZSTD_createCCtx_advanced(ZSTD_defaultCMem); in ZSTD_createCCtx()
114 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced() function
5940 return ZSTD_createCCtx_advanced(customMem); in ZSTD_createCStream_advanced()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c100 return ZSTD_createCCtx_advanced(ZSTD_defaultCMem); in ZSTD_createCCtx()
115 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced() function
5941 return ZSTD_createCCtx_advanced(customMem); in ZSTD_createCStream_advanced()