Searched refs:ZSTD_createCCtx_advanced (Results 1 – 7 of 7) sorted by relevance
287 #define ZSTD_createCCtx_advanced zfs_ZSTD_createCCtx_advanced macro
386 cctx = ZSTD_createCCtx_advanced(zstd_malloc); in zfs_zstd_compress()
1402 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem);
4462 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem);13150 return ZSTD_createCCtx_advanced(ZSTD_defaultCMem); in ZSTD_createCCtx()13165 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced() function16708 return ZSTD_createCCtx_advanced(customMem); in ZSTD_createCStream_advanced()
1490 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem);
373 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()
79 return ZSTD_createCCtx_advanced(ZSTD_defaultCMem); in ZSTD_createCCtx()94 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced() function3966 return ZSTD_createCCtx_advanced(customMem); in ZSTD_createCStream_advanced()