Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zstd/decompress/
Dzstd_decompress.c279 static ZSTD_DCtx* ZSTD_createDCtx_internal(ZSTD_customMem customMem) { in ZSTD_createDCtx_internal() function
292 return ZSTD_createDCtx_internal(customMem); in ZSTD_createDCtx_advanced()
298 return ZSTD_createDCtx_internal(ZSTD_defaultCMem); in ZSTD_createDCtx()
1044 ZSTD_DCtx* const dctx = ZSTD_createDCtx_internal(ZSTD_defaultCMem); in ZSTD_decompress()
1506 return ZSTD_createDCtx_internal(ZSTD_defaultCMem); in ZSTD_createDStream()
1516 return ZSTD_createDCtx_internal(customMem); in ZSTD_createDStream_advanced()