Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/zstd/include/
HDzstd_compat_wrapper.h222 #define ZSTD_createCCtx_advanced zfs_ZSTD_createCCtx_advanced macro
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/
HDzfs_zstd.c406 cctx = ZSTD_createCCtx_advanced(zstd_malloc); in zfs_zstd_compress()
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
HDzstd.h1402 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem);
HDzstd.c4462 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem);
13148 return ZSTD_createCCtx_advanced(ZSTD_defaultCMem); in ZSTD_createCCtx()
13163 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced() function
16706 return ZSTD_createCCtx_advanced(customMem); in ZSTD_createCStream_advanced()
/freebsd-13-stable/sys/contrib/zstd/lib/
HDzstd.h1490 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem);
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
HDzstdmt_compress.c373 cctxPool->cctx[0] = ZSTD_createCCtx_advanced(cMem); in ZSTDMT_createCCtxPool()
421 … return ZSTD_createCCtx_advanced(cctxPool->cMem); /* note : can be NULL, when creation fails ! */ in ZSTDMT_getCCtx()
HDzstd_compress.c79 return ZSTD_createCCtx_advanced(ZSTD_defaultCMem); in ZSTD_createCCtx()
94 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced() function
3966 return ZSTD_createCCtx_advanced(customMem); in ZSTD_createCStream_advanced()