Home | History | Annotate | Download | only in dbus

Lines Matching full:refcount

159   transport->refcount = 1;
455 _dbus_assert (transport->refcount > 0);
457 transport->refcount += 1;
473 _dbus_assert (transport->refcount > 0);
475 transport->refcount -= 1;
476 if (transport->refcount == 0)