Home | History | Annotate | Download | only in bus

Lines Matching full:refcount

84   int refcount;        /**< Reference count */
461 parser->refcount = 1;
469 _dbus_assert (parser->refcount > 0);
471 parser->refcount += 1;
479 _dbus_assert (parser->refcount > 0);
481 parser->refcount -= 1;
483 if (parser->refcount == 0)