Lines Matching refs:ZSTD_matchState_t
78 ZSTD_matchState_t matchState;
1603 static void ZSTD_invalidateMatchState(ZSTD_matchState_t* ms) in ZSTD_invalidateMatchState()
1642 ZSTD_reset_matchState(ZSTD_matchState_t* ms, in ZSTD_reset_matchState()
2085 { ZSTD_matchState_t const* srcMatchState = &cdict->matchState; in ZSTD_resetCCtx_byCopyingCDict()
2086 ZSTD_matchState_t* dstMatchState = &cctx->blockState.matchState; in ZSTD_resetCCtx_byCopyingCDict()
2187 const ZSTD_matchState_t* srcMatchState = &srcCCtx->blockState.matchState; in ZSTD_copyCCtx_internal()
2188 ZSTD_matchState_t* dstMatchState = &dstCCtx->blockState.matchState; in ZSTD_copyCCtx_internal()
2270 static void ZSTD_reduceIndex (ZSTD_matchState_t* ms, ZSTD_CCtx_params const* params, const U32 redu… in ZSTD_reduceIndex()
2725 ZSTD_matchState_t* const ms = &zc->blockState.matchState; in ZSTD_buildSeqStore()
3810 static void ZSTD_overflowCorrectIfNeeded(ZSTD_matchState_t* ms, in ZSTD_overflowCorrectIfNeeded()
3860 ZSTD_matchState_t* const ms = &cctx->blockState.matchState; in ZSTD_compress_frameChunk()
4025 ZSTD_matchState_t* const ms = &cctx->blockState.matchState; in ZSTD_compressContinue_internal()
4109 static size_t ZSTD_loadDictionaryContent(ZSTD_matchState_t* ms, in ZSTD_loadDictionaryContent()
4325 ZSTD_matchState_t* ms, in ZSTD_loadZstdDictionary()
4357 ZSTD_matchState_t* ms, in ZSTD_compress_insertDictionary()