Home
last modified time | relevance | path

Searched refs:ZSTD_window_hasExtDict (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/lib/zstd/compress/
Dzstd_compress_internal.h918 MEM_STATIC U32 ZSTD_window_hasExtDict(ZSTD_window_t const window) in ZSTD_window_hasExtDict() function
930 return ZSTD_window_hasExtDict(ms->window) ? in ZSTD_matchState_dictMode()
Dzstd_ldm.c326 int const extDict = ZSTD_window_hasExtDict(ldmState->window); in ZSTD_ldm_generateSequences_internal()
Dzstd_compress.c1926 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTD_invalidateRepCodes()