Searched refs:ZSTD_createCCtx_advanced (Results 1 – 7 of 7) sorted by relevance
196 #define ZSTD_createCCtx_advanced zfs_ZSTD_createCCtx_advanced macro
480 cctx = ZSTD_createCCtx_advanced(zstd_malloc); in zfs_zstd_compress_impl()
1886 ZSTDLIB_STATIC_API ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem);
1885 ZSTDLIB_STATIC_API ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem);
398 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()
99 return ZSTD_createCCtx_advanced(ZSTD_defaultCMem); in ZSTD_createCCtx()114 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced() function5940 return ZSTD_createCCtx_advanced(customMem); in ZSTD_createCStream_advanced()
100 return ZSTD_createCCtx_advanced(ZSTD_defaultCMem); in ZSTD_createCCtx()115 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced() function5941 return ZSTD_createCCtx_advanced(customMem); in ZSTD_createCStream_advanced()