Home | History | Annotate | Download | only in bus

Lines Matching defs:first

789   /* First we need to parse arg0 = 0, arg27 = 27 */
2388 const char *first;
2414 BusMatchRule *first;
2418 first = check_parse (TRUE, equality_tests[i].first);
2419 _dbus_assert (first != NULL);
2423 if (!match_rule_equal (first, second))
2426 first,
2443 if (match_rule_equal (first, second))
2446 equality_tests[i].first,
2457 bus_match_rule_unref (first);
2684 "with first arg %s of type '%c', failed\n",