Home | History | Annotate | Download | only in bus

Lines Matching refs:matched

778                       "Argument %d matched more than once in match rule\n", key);
1766 _dbus_verbose ("Rule matched\n");
2206 dbus_bool_t matched;
2212 matched = match_rule_matches (rule, NULL, NULL, message, 0);
2214 if (matched != expected_to_match)