Searched refs:hashSet (Results 1 – 1 of 1) sorted by relevance
104 …RETURN_ERROR_IF(hashSet->ddictPtrCount == hashSet->ddictPtrTableSize, GENERIC, "Hash set is full!"… in ZSTD_DDictHashSet_emplaceDDict()110 hashSet->ddictPtrTable[idx] = ddict; in ZSTD_DDictHashSet_emplaceDDict()117 hashSet->ddictPtrTable[idx] = ddict; in ZSTD_DDictHashSet_emplaceDDict()118 hashSet->ddictPtrCount++; in ZSTD_DDictHashSet_emplaceDDict()135 hashSet->ddictPtrTable = newTable; in ZSTD_DDictHashSet_expand()136 hashSet->ddictPtrTableSize = newTableSize; in ZSTD_DDictHashSet_expand()137 hashSet->ddictPtrCount = 0; in ZSTD_DDictHashSet_expand()166 return hashSet->ddictPtrTable[idx]; in ZSTD_DDictHashSet_getDDict()193 if (hashSet && hashSet->ddictPtrTable) { in ZSTD_freeDDictHashSet()196 if (hashSet) { in ZSTD_freeDDictHashSet()[all …]