Searched refs:oldtable (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dht.c206 isc_ht_node_t **oldtable = ht->table[HT_NEXTTABLE(ht->hindex)]; local
211 while (ht->hiter < oldsize && oldtable[ht->hiter] == NULL) {
223 for (node = oldtable[ht->hiter]; node != NULL; node = nextnode) {
231 oldtable[ht->hiter] = NULL;
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dht.c206 isc_ht_node_t **oldtable = ht->table[HT_NEXTTABLE(ht->hindex)]; local
211 while (ht->hiter < oldsize && oldtable[ht->hiter] == NULL) {
223 for (node = oldtable[ht->hiter]; node != NULL; node = nextnode) {
231 oldtable[ht->hiter] = NULL;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbt.c2403 dns_rbtnode_t **oldtable; local
2411 oldtable = rbt->hashtable;
2422 for (node = oldtable[i]; node != NULL; node = nextnode) {
2430 isc_mem_put(rbt->mctx, oldtable, oldsize * sizeof(dns_rbtnode_t *));
H A Drbtdb.c10139 rbtdb_glue_table_node_t **oldtable; local
10143 oldtable = version->glue_table;
10155 for (gluenode = oldtable[i]; gluenode != NULL;
10167 isc_mem_put(version->rbtdb->common.mctx, oldtable,
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Drbt.c1708 dns_rbtnode_t **oldtable = local
1714 while (rbt->hiter < oldsize && oldtable[rbt->hiter] == NULL) {
1726 for (node = oldtable[rbt->hiter]; node != NULL; node = nextnode) {
1734 oldtable[rbt->hiter] = NULL;
H A Drbtdb.c9730 rbtdb_glue_table_node_t **oldtable; local
9734 oldtable = version->glue_table;
9746 for (gluenode = oldtable[i]; gluenode != NULL;
9758 isc_mem_put(version->rbtdb->common.mctx, oldtable,

Completed in 231 milliseconds