Home | History | Annotate | Download | only in bus

Lines Matching full:refcount

44   rule->refcount = 1;
80 _dbus_assert (rule->refcount > 0);
82 rule->refcount += 1;
90 _dbus_assert (rule->refcount > 0);
92 rule->refcount -= 1;
94 if (rule->refcount == 0)
127 int refcount;
170 policy->refcount = 1;
194 _dbus_assert (policy->refcount > 0);
196 policy->refcount += 1;
204 _dbus_assert (policy->refcount > 0);
206 policy->refcount -= 1;
208 if (policy->refcount == 0)
693 int refcount;
707 policy->refcount = 1;
715 _dbus_assert (policy->refcount > 0);
717 policy->refcount += 1;
734 _dbus_assert (policy->refcount > 0);
736 policy->refcount -= 1;
738 if (policy->refcount == 0)