Searched defs:hashtable (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Drbt.c80 dns_rbtnode_t ** hashtable; member in struct:dns_rbt
1012 rbt->hashtable = NULL;
1055 if (rbt->hashtable != NULL)
1056 isc_mem_put(rbt->mctx, rbt->hashtable,
1160 * using the hashtable and have realized your folly, please
1169 * lend itself to be optimized using the hashtable:
1175 * hashtable, so at least in that subtree, a BST O(log N) lookup
1180 * to look for a match in the hashtable for all superdomains in
1183 * of which is a hashtable lookup involving dns_name_equal()
1568 * the hashtable
[all...]

Completed in 18 milliseconds