Home
last modified time | relevance | path

Searched refs:ZSTD_getParamsFromCCtx (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c143 static ZSTD_parameters ZSTD_getParamsFromCCtx(const ZSTD_CCtx *cctx) { return cctx->params; } in ZSTD_getParamsFromCCtx() function
2912 static ZSTD_parameters ZSTD_getParamsFromCDict(const ZSTD_CDict *cdict) { return ZSTD_getParamsFromCCtx(cdict->refContext); } in ZSTD_getParamsFromCDict()

Completed in 7 milliseconds