Home | History | Annotate | Download | only in bus

Lines Matching refs:all_rules

983   DBusList *all_rules;
1018 while (matchmaker->all_rules != NULL)
1022 rule = matchmaker->all_rules->data;
1024 _dbus_list_remove_link (&matchmaker->all_rules,
1025 matchmaker->all_rules);
1039 if (!_dbus_list_append (&matchmaker->all_rules, rule))
1044 _dbus_list_remove_last (&matchmaker->all_rules, rule);
1131 _dbus_list_remove_link (&matchmaker->all_rules, link);
1151 _dbus_list_remove (&matchmaker->all_rules, rule);
1179 link = _dbus_list_get_last_link (&matchmaker->all_rules);
1186 prev = _dbus_list_get_prev_link (&matchmaker->all_rules, link);
1224 link = _dbus_list_get_first_link (&matchmaker->all_rules);
1231 next = _dbus_list_get_next_link (&matchmaker->all_rules, link);
1463 link = _dbus_list_get_first_link (&matchmaker->all_rules);
1499 link = _dbus_list_get_next_link (&matchmaker->all_rules, link);