Searched refs:oldtable (Results 1 – 7 of 7) sorted by relevance
166 isc_ht_node_t **oldtable = ht->table[HT_NEXTTABLE(ht->hindex)]; in rehash_bits() 171 while (ht->hiter < oldsize && oldtable[ht->hiter] == NULL) { in rehash_bits() 183 for (node = oldtable[ht->hiter]; node != NULL; node = nextnode) { in hashtable_rehash() 191 oldtable[ht->hiter] = NULL; in hashtable_rehash() 206 isc_ht_node_t **oldtable = ht->table[HT_NEXTTABLE(ht->hindex)]; hashtable_rehash_one() local
206 isc_ht_node_t **oldtable = ht->table[HT_NEXTTABLE(ht->hindex)]; in hashtable_rehash_one() local211 while (ht->hiter < oldsize && oldtable[ht->hiter] == NULL) { in hashtable_rehash_one()223 for (node = oldtable[ht->hiter]; node != NULL; node = nextnode) { in hashtable_rehash_one()231 oldtable[ht->hiter] = NULL; in hashtable_rehash_one()
1915 enum typeid *const oldtable = *typetable; in __grow_type_table() local1927 memcpy(newtable, oldtable, oldsize * sizeof(*newtable)); in __grow_type_table()1929 newtable = oldtable; in __grow_type_table()1933 free(oldtable); in __grow_type_table()
1528 dns_rbtnode_t **oldtable = in dns_rbt_formatnodename() 1534 while (rbt->hiter < oldsize && oldtable[rbt->hiter] == NULL) { in dns_rbt_formatnodename() 1546 for (node = oldtable[rbt->hiter]; node != NULL; node = nextnode) { in dns_rbt_formatnodename() 1554 oldtable[rbt->hiter] = NULL; in create_node() 1708 dns_rbtnode_t **oldtable = hashtable_rehash_one() local
9730 rbtdb_glue_table_node_t **oldtable; rehash_gluetable() local
2403 dns_rbtnode_t **oldtable; in rehash() local2411 oldtable = rbt->hashtable; in rehash()2422 for (node = oldtable[i]; node != NULL; node = nextnode) { in rehash()2430 isc_mem_put(rbt->mctx, oldtable, oldsize * sizeof(dns_rbtnode_t *)); in rehash()
10139 rbtdb_glue_table_node_t **oldtable; in rehash_gluetable() local10143 oldtable = version->glue_table; in rehash_gluetable()10155 for (gluenode = oldtable[i]; gluenode != NULL; in rehash_gluetable()10167 isc_mem_put(version->rbtdb->common.mctx, oldtable, in rehash_gluetable()