Lines Matching defs:reset
1142 size_t ZSTD_CCtx_reset(ZSTD_CCtx* cctx, ZSTD_ResetDirective reset)
1144 if ( (reset == ZSTD_reset_session_only)
1145 || (reset == ZSTD_reset_session_and_parameters) ) {
1149 if ( (reset == ZSTD_reset_parameters)
1150 || (reset == ZSTD_reset_session_and_parameters) ) {
1152 "Can't reset parameters only when not in init stage.");
1609 ms->opt.litLengthSum = 0; /* force reset of btopt stats */
1614 * Controls, for this matchState reset, whether the tables need to be cleared /
1626 * Controls, for this matchState reset, whether indexing can continue where it
1659 DEBUGLOG(4, "reset indices : %u", forceResetIndex == ZSTDirp_reset);
1682 DEBUGLOG(4, "reset table : %u", crp!=ZSTDcrp_leaveDirty);
1684 /* reset tables only */
1734 * one go generically. So we ensure that in that case we reset the tables to zero,
3419 /* In case of an RLE or raw block, the simulated decompression repcode history must be reset */
3455 *dRep = dRepOriginal; /* reset simulated decompression repcode history */
3460 *dRep = dRepOriginal; /* reset simulated decompression repcode history */