Home
last modified time | relevance | path

Searched refs:oldtable (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dht.c166 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
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dht.c206 isc_ht_node_t **oldtable = ht->table[HT_NEXTTABLE(ht->hindex)]; in hashtable_rehash_one() local
211 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()
/netbsd-src/lib/libc/stdio/
H A Dvfwprintf.c1915 enum typeid *const oldtable = *typetable; in __grow_type_table() local
1927 memcpy(newtable, oldtable, oldsize * sizeof(*newtable)); in __grow_type_table()
1929 newtable = oldtable; in __grow_type_table()
1933 free(oldtable); in __grow_type_table()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drbt.c1528 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
H A Drbtdb.c9730 rbtdb_glue_table_node_t **oldtable; rehash_gluetable() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbt.c2403 dns_rbtnode_t **oldtable; in rehash() local
2411 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()
H A Drbtdb.c10139 rbtdb_glue_table_node_t **oldtable; in rehash_gluetable() local
10143 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()