Searched refs:ZSTD_createDCtx_advanced (Results 1 – 7 of 7) sorted by relevance
139 sc->guz_dctx = ZSTD_createDCtx_advanced(zstd_guz_alloc); in g_uzip_zstd_ctor()
358 #define ZSTD_createDCtx_advanced zfs_ZSTD_createDCtx_advanced macro
135 ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem) in ZSTD_createDCtx_advanced() function150 return ZSTD_createDCtx_advanced(ZSTD_defaultCMem); in ZSTD_createDCtx()1278 return ZSTD_createDCtx_advanced(customMem); in ZSTD_createDStream_advanced()
718 dctx = ZSTD_createDCtx_advanced(zstd_dctx_malloc); in zfs_zstd_decompress_level_buf()
1379 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem);
1596 ZSTDLIB_STATIC_API ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem);
300 ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem) in ZSTD_createDCtx_advanced() function