Searched refs:ZSTD_window_hasExtDict (Results 1 – 7 of 7) sorted by relevance
731 MEM_STATIC U32 ZSTD_window_hasExtDict(ZSTD_window_t const window) in ZSTD_window_hasExtDict() function743 return ZSTD_window_hasExtDict(ms->window) ? in ZSTD_matchState_dictMode()
262 int const extDict = ZSTD_window_hasExtDict(ldmState->window); in ZSTD_ldm_generateSequences_internal()
1597 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTD_invalidateRepCodes()
974 MEM_STATIC U32 ZSTD_window_hasExtDict(ZSTD_window_t const window) in ZSTD_window_hasExtDict() function986 return ZSTD_window_hasExtDict(ms->window) ? in ZSTD_matchState_dictMode()
326 int const extDict = ZSTD_window_hasExtDict(ldmState->window); in ZSTD_ldm_generateSequences_internal()
769 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTDMT_compressionJob()
2005 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTD_invalidateRepCodes()