Home
last modified time | relevance | path

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

/lib/zstd/
Dcompress.c143 static ZSTD_parameters ZSTD_getParamsFromCCtx(const ZSTD_CCtx *cctx) { return cctx->params; } in ZSTD_getParamsFromCCtx() function
2912 …meters ZSTD_getParamsFromCDict(const ZSTD_CDict *cdict) { return ZSTD_getParamsFromCCtx(cdict->ref… in ZSTD_getParamsFromCDict()