Lines Matching refs:refs
851 unsigned int refs;
854 &refs);
855 INSIST(refs == 0);
1043 unsigned int refs;
1047 isc_refcount_decrement(&rbtdb->references, &refs);
1049 if (refs == 0)
1059 unsigned int refs;
1065 isc_refcount_increment(&version->references, &refs);
1149 unsigned int refs;
1154 isc_refcount_increment(&rbtversion->references, &refs);
1155 INSIST(refs > 1);
1165 unsigned int refs;
1179 dns_rbtnode_refincrement(node, &refs);
1180 INSIST(refs != 0);
1635 unsigned int refs, nrefs;
1649 isc_refcount_decrement(&nodelock->references, &refs);
1650 INSIST((int)refs >= 0);
1711 isc_refcount_decrement(&nodelock->references, &refs);
1712 INSIST((int)refs >= 0);
2122 unsigned int refs;
2139 isc_refcount_decrement(&rbtdb->references, &refs);
2140 if (refs == 0)
2155 unsigned int refs;
2167 isc_refcount_decrement(&version->references, &refs);
2168 if (refs > 0) { /* typical and easy case first */
4902 unsigned int refs;
4908 dns_rbtnode_refincrement(node, &refs);
4909 INSIST(refs != 0);
5339 unsigned int refs;
5353 unsigned int refs;
5358 &refs);
5359 INSIST(refs > 1);
5376 dns_rbtnode_refincrement(rbtnode, &refs);
5377 INSIST(refs != 0);
8225 unsigned int refs;
8229 dns_rbtnode_refincrement(node, &refs);
8230 INSIST(refs != 0);