Home
last modified time | relevance | path

Searched refs:ZSTD_createDCtx_advanced (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h294 #define ZSTD_createDCtx_advanced zfs_ZSTD_createDCtx_advanced macro
/f-stack/freebsd/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c514 dctx = ZSTD_createDCtx_advanced(zstd_dctx_malloc); in zfs_zstd_decompress_level()
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c143 ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem) in ZSTD_createDCtx_advanced() function
158 return ZSTD_createDCtx_advanced(ZSTD_defaultCMem); in ZSTD_createDCtx()
1296 return ZSTD_createDCtx_advanced(customMem); in ZSTD_createDStream_advanced()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1404 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem);
H A Dzstd.c4464 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem);
24641 ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem) in ZSTD_createDCtx_advanced() function
24656 return ZSTD_createDCtx_advanced(ZSTD_defaultCMem); in ZSTD_createDCtx()
25784 return ZSTD_createDCtx_advanced(customMem); in ZSTD_createDStream_advanced()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h1492 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem);