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

/bind-9.11.3/lib/dns/
H A Drbtdb.c2219 unsigned int refs, nrefs; local
2231 dns_rbtnode_refdecrement(node, &nrefs);
2232 INSIST((int)nrefs >= 0);
2233 if (nrefs == 0) {
2237 return ((nrefs == 0) ? ISC_TRUE : ISC_FALSE);
2246 dns_rbtnode_refdecrement(node, &nrefs);
2247 INSIST((int)nrefs >= 0);
2248 if (nrefs > 0) {

Completed in 45 milliseconds