Searched refs:ddictPtrTable (Results 1 – 2 of 2) sorted by relevance
103 while (hashSet->ddictPtrTable[idx] != NULL) { in ZSTD_DDictHashSet_emplaceDDict()105 if (ZSTD_getDictID_fromDDict(hashSet->ddictPtrTable[idx]) == dictID) { in ZSTD_DDictHashSet_emplaceDDict()107 hashSet->ddictPtrTable[idx] = ddict; in ZSTD_DDictHashSet_emplaceDDict()114 hashSet->ddictPtrTable[idx] = ddict; in ZSTD_DDictHashSet_emplaceDDict()126 const ZSTD_DDict** oldTable = hashSet->ddictPtrTable; in ZSTD_DDictHashSet_expand()132 hashSet->ddictPtrTable = newTable; in ZSTD_DDictHashSet_expand()153 size_t currDictID = ZSTD_getDictID_fromDDict(hashSet->ddictPtrTable[idx]); in ZSTD_DDictHashSet_getDDict()163 return hashSet->ddictPtrTable[idx]; in ZSTD_DDictHashSet_getDDict()175 …ret->ddictPtrTable = (const ZSTD_DDict**)ZSTD_customCalloc(DDICT_HASHSET_TABLE_BASE_SIZE * sizeof(… in ZSTD_createDDictHashSet()176 if (!ret->ddictPtrTable) { in ZSTD_createDDictHashSet()[all …]
104 const ZSTD_DDict** ddictPtrTable; member