Lines Matching refs:refcount
30 int refcount; /**< reference count */
56 rule->refcount = 1;
69 _dbus_assert (rule->refcount > 0);
71 rule->refcount += 1;
79 _dbus_assert (rule->refcount > 0);
81 rule->refcount -= 1;
82 if (rule->refcount == 0)
981 int refcount;
995 matchmaker->refcount = 1;
1003 _dbus_assert (matchmaker->refcount > 0);
1005 matchmaker->refcount += 1;
1013 _dbus_assert (matchmaker->refcount > 0);
1015 matchmaker->refcount -= 1;
1016 if (matchmaker->refcount == 0)