Searched refs:ZSTD_createCCtx_advanced (Results 1 – 7 of 7) sorted by relevance
204 #define ZSTD_createCCtx_advanced zfs_ZSTD_createCCtx_advanced macro
524 cctx = ZSTD_createCCtx_advanced(zstd_malloc); in zfs_zstd_compress_impl()
1378 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem);
1594 ZSTDLIB_STATIC_API ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem);
381 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()
94 return ZSTD_createCCtx_advanced(ZSTD_defaultCMem); in ZSTD_createCCtx()109 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced() function5169 return ZSTD_createCCtx_advanced(customMem); in ZSTD_createCStream_advanced()
67 return ZSTD_createCCtx_advanced(ZSTD_defaultCMem); in ZSTD_createCCtx()82 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced() function3625 return ZSTD_createCCtx_advanced(customMem); in ZSTD_createCStream_advanced()