Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dcompress.c2842 ZSTD_CCtx *refContext; member
2887 cdict->refContext = cctx; in ZSTD_createCDict_advanced()
2904 ZSTD_customMem const cMem = cdict->refContext->customMem; in ZSTD_freeCDict()
2905 ZSTD_freeCCtx(cdict->refContext); in ZSTD_freeCDict()
2912 …D_getParamsFromCDict(const ZSTD_CDict *cdict) { return ZSTD_getParamsFromCCtx(cdict->refContext); } in ZSTD_getParamsFromCDict()
2917 CHECK_F(ZSTD_copyCCtx(cctx, cdict->refContext, pledgedSrcSize)) in ZSTD_compressBegin_usingCDict()
2919 ZSTD_parameters params = cdict->refContext->params; in ZSTD_compressBegin_usingCDict()
2934 if (cdict->refContext->params.fParams.contentSizeFlag == 1) { in ZSTD_compress_usingCDict()