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

/bind-9.6-ESV-R11/lib/dns/
H A Drbt.c69 unsigned int hashsize; member in struct:dns_rbt
257 rbt->hashsize = 0;
298 rbt->hashsize * sizeof(dns_rbtnode_t *));
797 for (hnode = rbt->hashtable[hash % rbt->hashsize];
1496 hash = HASHVAL(node) % rbt->hashsize;
1506 rbt->hashsize = RBT_HASH_SIZE;
1507 bytes = rbt->hashsize * sizeof(dns_rbtnode_t *);
1526 oldsize = rbt->hashsize;
1528 rbt->hashsize = rbt->hashsize *
[all...]

Completed in 12 milliseconds