Lines Matching full:link
197 DBusList *link;
199 link = _dbus_list_get_first_link (&clients);
200 while (link != NULL)
202 DBusConnection *connection = link->data;
203 DBusList *next = _dbus_list_get_next_link (&clients, link);
208 link = next;
215 DBusList *link;
217 link = _dbus_list_get_first_link (&clients);
218 while (link != NULL)
220 DBusConnection *c = link->data;
221 DBusList *next = _dbus_list_get_next_link (&clients, link);
226 link = next;