Lines Matching defs:refcount
123 int refcount;
433 node->refcount = 1;
443 const int refcount) {
448 new_node->refcount = refcount;
580 const void* value, const int refcount) {
602 value, refcount);
606 refcount);
614 * node's old refcount value if a value is found, 0 otherwise. This means that
643 return_value = value_node->refcount;
644 if (--value_node->refcount == 0) {
665 * in each branch that has a refcount < -1 (i.e should always be returned
685 if (child_node->refcount < -1) {