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

/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c1635 unsigned int refs, nrefs; local
1646 dns_rbtnode_refdecrement(node, &nrefs);
1647 INSIST((int)nrefs >= 0);
1648 if (nrefs == 0) {
1652 return ((nrefs == 0) ? ISC_TRUE : ISC_FALSE);
1661 dns_rbtnode_refdecrement(node, &nrefs);
1662 INSIST((int)nrefs >= 0);
1663 if (nrefs > 0) {

Completed in 277 milliseconds