Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress.c4826 int const loadLdmDict = params->ldmParams.enableLdm == ZSTD_ps_enable && ls != NULL; in ZSTD_loadDictionaryContent() local
4848 assert(!loadLdmDict); in ZSTD_loadDictionaryContent()
4862 if (loadLdmDict) assert(ZSTD_window_isEmpty(ls->window)); in ZSTD_loadDictionaryContent()
4868 if (loadLdmDict) { /* Load the entire dict into LDM matchfinders. */ in ZSTD_loadDictionaryContent()