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.h204 #define ZSTD_createCCtx_advanced zfs_ZSTD_createCCtx_advanced macro
/freebsd/sys/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c524 cctx = ZSTD_createCCtx_advanced(zstd_malloc); in zfs_zstd_compress_impl()
/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1378 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem);
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h1594 ZSTDLIB_STATIC_API ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem);
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c381 cctxPool->cctx[0] = ZSTD_createCCtx_advanced(cMem); in ZSTDMT_createCCtxPool()
429 … return ZSTD_createCCtx_advanced(cctxPool->cMem); /* note : can be NULL, when creation fails ! */ in ZSTDMT_getCCtx()
H A Dzstd_compress.c94 return ZSTD_createCCtx_advanced(ZSTD_defaultCMem); in ZSTD_createCCtx()
109 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced() function
5169 return ZSTD_createCCtx_advanced(customMem); in ZSTD_createCStream_advanced()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c67 return ZSTD_createCCtx_advanced(ZSTD_defaultCMem); in ZSTD_createCCtx()
82 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced() function
3625 return ZSTD_createCCtx_advanced(customMem); in ZSTD_createCStream_advanced()