Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_fast.c191 assert(ms->dictMatchState == NULL); in ZSTD_compressBlock_fast()
227 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_fast_dictMatchState_generic()
359 assert(ms->dictMatchState != NULL); in ZSTD_compressBlock_fast_dictMatchState()
H A Dzstd_compress_internal.h170 const ZSTD_matchState_t* dictMatchState; member
816 ms->dictMatchState != NULL ? in ZSTD_matchState_dictMode()
817 … (ms->dictMatchState->dedicatedDictSearch ? ZSTD_dedicatedDictSearch : ZSTD_dictMatchState) : in ZSTD_matchState_dictMode()
H A Dzstd_lazy.c162 const ZSTD_matchState_t * const dms = ms->dictMatchState; in ZSTD_DUBT_findBetterDictMatch()
622 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_HcFindBestMatch_generic()
906 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_lazy_generic()
H A Dzstd_double_fast.c74 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_doubleFast_generic()
H A Dzstd_compress.c1495 ms->dictMatchState = NULL; in ZSTD_invalidateMatchState()
1841 cctx->blockState.matchState.dictMatchState = &cdict->matchState; in ZSTD_resetCCtx_byAttachingCDict()
2465 assert(ms->dictMatchState == NULL || ms->loadedDictEnd == ms->window.dictLimit); in ZSTD_buildSeqStore()
2827 ms->dictMatchState = NULL; in ZSTD_overflowCorrectIfNeeded()
2867 …D_checkDictValidity(&ms->window, ip + blockSize, maxDist, &ms->loadedDictEnd, &ms->dictMatchState); in ZSTD_compress_frameChunk()
H A Dzstd_opt.c546 const ZSTD_matchState_t* dms = dictMode == ZSTD_dictMatchState ? ms->dictMatchState : NULL; in ZSTD_insertBtAndGetAllMatches()