Lines Matching refs:enableDedicatedDictSearch
865 CCtxParams->enableDedicatedDictSearch = (value!=0);
866 return (size_t)CCtxParams->enableDedicatedDictSearch;
1043 *value = CCtxParams->enableDedicatedDictSearch;
1592 const int enableDedicatedDictSearch,
1596 size_t const chainSize = ZSTD_allocateChainTable(cParams->strategy, useRowMatchFinder, enableDedicatedDictSearch && !forCCtx)
1657 size_t const matchStateSize = ZSTD_sizeof_matchState(cParams, useRowMatchFinder, /* enableDedicatedDictSearch */ 0, /* forCCtx */ 1);
5414 /* enableDedicatedDictSearch == 1 ensures that CDict estimation will not be too small
5417 /* enableDedicatedDictSearch */ 1, /* forCCtx */ 0)
5447 cdict->matchState.dedicatedDictSearch = params.enableDedicatedDictSearch;
5495 int enableDedicatedDictSearch,
5504 ZSTD_sizeof_matchState(&cParams, useRowMatchFinder, enableDedicatedDictSearch, /* forCCtx */ 0) +
5560 if (cctxParams.enableDedicatedDictSearch) {
5571 cctxParams.enableDedicatedDictSearch = 0;
5576 DEBUGLOG(3, "ZSTD_createCDict_advanced2: DedicatedDictSearch=%u", cctxParams.enableDedicatedDictSearch);
5582 cctxParams.useRowMatchFinder, cctxParams.enableDedicatedDictSearch,
5652 /* enableDedicatedDictSearch == 1 ensures matchstate is not too small in case this CDict will be used for DDS + row hash */
5653 size_t const matchStateSize = ZSTD_sizeof_matchState(&cParams, useRowMatchFinder, /* enableDedicatedDictSearch */ 1, /* forCCtx */ 0);