Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
A Dzstd_compress_internal.h785 MEM_STATIC U32 ZSTD_window_hasExtDict(ZSTD_window_t const window) in ZSTD_window_hasExtDict() function
797 return ZSTD_window_hasExtDict(ms->window) ? in ZSTD_matchState_dictMode()
A Dzstd_ldm.c299 int const extDict = ZSTD_window_hasExtDict(ldmState->window); in ZSTD_ldm_generateSequences_internal()
A Dzstd_compress.c1729 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTD_invalidateRepCodes()

Completed in 21 milliseconds