Home | History | Annotate | Download | only in bus

Lines Matching defs:second

2096   const char *second;
2121 BusMatchRule *second;
2126 second = check_parse (TRUE, equality_tests[i].second);
2127 _dbus_assert (second != NULL);
2129 if (!match_rule_equal (first, second))
2133 equality_tests[i].second);
2137 bus_match_rule_unref (second);
2147 second = check_parse (TRUE, equality_tests[j].second);
2149 if (match_rule_equal (first, second))
2153 equality_tests[j].second);
2157 bus_match_rule_unref (second);