Searched refs:oldTable (Results 1 – 2 of 2) sorted by relevance
132 const ZSTD_DDict** oldTable = hashSet->ddictPtrTable; in ZSTD_DDictHashSet_expand() local142 if (oldTable[i] != NULL) { in ZSTD_DDictHashSet_expand()143 FORWARD_IF_ERROR(ZSTD_DDictHashSet_emplaceDDict(hashSet, oldTable[i]), ""); in ZSTD_DDictHashSet_expand()146 ZSTD_customFree((void*)oldTable, customMem); in ZSTD_DDictHashSet_expand()
550 STRING_POOL *newPool, const HASH_TABLE *oldTable);7087 STRING_POOL *newPool, const HASH_TABLE *oldTable) { in copyEntityTable() argument7092 hashTableIterInit(&iter, oldTable); in copyEntityTable()