Home
last modified time | relevance | path

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

/lib/zstd/
Dcompress.c242 …nced(ZSTD_CCtx *zc, ZSTD_parameters params, U64 frameContentSize, ZSTD_compResetPolicy_e const crp) in ZSTD_resetCCtx_advanced() argument
244 if (crp == ZSTDcrp_continue) in ZSTD_resetCCtx_advanced()
278 if (crp != ZSTDcrp_noMemset) in ZSTD_resetCCtx_advanced()
2740 ZSTD_compResetPolicy_e const crp = dictSize ? ZSTDcrp_fullReset : ZSTDcrp_continue; in ZSTD_compressBegin_internal() local
2741 CHECK_F(ZSTD_resetCCtx_advanced(cctx, params, pledgedSrcSize, crp)); in ZSTD_compressBegin_internal()