Searched refs:ddictPtrTable (Results 1 – 2 of 2) sorted by relevance
106 while (hashSet->ddictPtrTable[idx] != NULL) { in ZSTD_DDictHashSet_emplaceDDict()108 if (ZSTD_getDictID_fromDDict(hashSet->ddictPtrTable[idx]) == dictID) { in ZSTD_DDictHashSet_emplaceDDict()110 hashSet->ddictPtrTable[idx] = ddict; in ZSTD_DDictHashSet_emplaceDDict()117 hashSet->ddictPtrTable[idx] = ddict; in ZSTD_DDictHashSet_emplaceDDict()129 const ZSTD_DDict** oldTable = hashSet->ddictPtrTable; in ZSTD_DDictHashSet_expand()135 hashSet->ddictPtrTable = newTable; in ZSTD_DDictHashSet_expand()156 size_t currDictID = ZSTD_getDictID_fromDDict(hashSet->ddictPtrTable[idx]); in ZSTD_DDictHashSet_getDDict()166 return hashSet->ddictPtrTable[idx]; in ZSTD_DDictHashSet_getDDict()179 if (!ret->ddictPtrTable) { in ZSTD_createDDictHashSet()193 if (hashSet && hashSet->ddictPtrTable) { in ZSTD_freeDDictHashSet()[all …]
106 const ZSTD_DDict** ddictPtrTable; member