Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c238 typedef enum { ZSTDcrp_continue, ZSTDcrp_noMemset, ZSTDcrp_fullReset } ZSTD_compResetPolicy_e; typedef
242 static size_t ZSTD_resetCCtx_advanced(ZSTD_CCtx *zc, ZSTD_parameters params, U64 frameContentSize, ZSTD_compResetPolicy_e const crp) in ZSTD_resetCCtx_advanced()
2740 ZSTD_compResetPolicy_e const crp = dictSize ? ZSTDcrp_fullReset : ZSTDcrp_continue; in ZSTD_compressBegin_internal()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress.c1623 } ZSTD_compResetPolicy_e; typedef
1646 const ZSTD_compResetPolicy_e crp, in ZSTD_reset_matchState()
1752 ZSTD_compResetPolicy_e const crp, in ZSTD_resetCCtx_internal()

Completed in 17 milliseconds