Lines Matching defs:enableDedicatedDictSearch
791 CCtxParams->enableDedicatedDictSearch = (value!=0);
792 return CCtxParams->enableDedicatedDictSearch;
939 *value = CCtxParams->enableDedicatedDictSearch;
1350 const U32 enableDedicatedDictSearch,
1354 size_t const chainSize = ZSTD_allocateChainTable(cParams->strategy, useRowMatchFinder, enableDedicatedDictSearch && !forCCtx)
1407 size_t const matchStateSize = ZSTD_sizeof_matchState(cParams, useRowMatchFinder, /* enableDedicatedDictSearch */ 0, /* forCCtx */ 1);
4646 /* enableDedicatedDictSearch == 1 ensures that CDict estimation will not be too small
4649 /* enableDedicatedDictSearch */ 1, /* forCCtx */ 0)
4679 cdict->matchState.dedicatedDictSearch = params.enableDedicatedDictSearch;
4726 U32 enableDedicatedDictSearch,
4734 ZSTD_sizeof_matchState(&cParams, useRowMatchFinder, enableDedicatedDictSearch, /* forCCtx */ 0) +
4789 if (cctxParams.enableDedicatedDictSearch) {
4800 cctxParams.enableDedicatedDictSearch = 0;
4805 DEBUGLOG(3, "ZSTD_createCDict_advanced2: DDS: %u", cctxParams.enableDedicatedDictSearch);
4811 cctxParams.useRowMatchFinder, cctxParams.enableDedicatedDictSearch,
4881 /* enableDedicatedDictSearch == 1 ensures matchstate is not too small in case this CDict will be used for DDS + row hash */
4882 size_t const matchStateSize = ZSTD_sizeof_matchState(&cParams, useRowMatchFinder, /* enableDedicatedDictSearch */ 1, /* forCCtx */ 0);