Lines Matching refs:ZSTD_MatchState_t
84 ZSTD_MatchState_t matchState;
1859 static void ZSTD_invalidateMatchState(ZSTD_MatchState_t* ms) in ZSTD_invalidateMatchState()
1906 static void ZSTD_advanceHashSalt(ZSTD_MatchState_t* ms) { in ZSTD_advanceHashSalt()
1911 ZSTD_reset_matchState(ZSTD_MatchState_t* ms, in ZSTD_reset_matchState()
2394 { ZSTD_MatchState_t const* srcMatchState = &cdict->matchState; in ZSTD_resetCCtx_byCopyingCDict()
2395 ZSTD_MatchState_t* dstMatchState = &cctx->blockState.matchState; in ZSTD_resetCCtx_byCopyingCDict()
2497 const ZSTD_MatchState_t* srcMatchState = &srcCCtx->blockState.matchState; in ZSTD_copyCCtx_internal()
2498 ZSTD_MatchState_t* dstMatchState = &dstCCtx->blockState.matchState; in ZSTD_copyCCtx_internal()
2580 static void ZSTD_reduceIndex (ZSTD_MatchState_t* ms, ZSTD_CCtx_params const* params, const U32 redu… in ZSTD_reduceIndex()
3180 ZSTD_MatchState_t* const ms = &zc->blockState.matchState; in ZSTD_buildSeqStore()
4440 static void ZSTD_overflowCorrectIfNeeded(ZSTD_MatchState_t* ms, in ZSTD_overflowCorrectIfNeeded()
4525 ZSTD_MatchState_t* const ms = &cctx->blockState.matchState; in ZSTD_compress_frameChunk()
4711 ZSTD_MatchState_t* const ms = &cctx->blockState.matchState; in ZSTD_compressContinue_internal()
4816 ZSTD_loadDictionaryContent(ZSTD_MatchState_t* ms, in ZSTD_loadDictionaryContent()
5076 ZSTD_MatchState_t* ms, in ZSTD_loadZstdDictionary()
5109 ZSTD_MatchState_t* ms, in ZSTD_compress_insertDictionary()