Home | History | Annotate | Download | only in src

Lines Matching full:refcount

53 	int refcount;
314 node->refcount = 1;
322 const int refcount) {
327 new_node->refcount = refcount;
454 const void* value, const int refcount) {
476 value, refcount);
480 refcount);
487 * node's old refcount value if a value is found, 0 otherwise.
517 return_value = value_node->refcount;
518 if (--value_node->refcount == 0) {
538 * in each branch that has a refcount < -1 (i.e should always be returned
558 if (child_node->refcount < -1) {