Home | History | Annotate | Download | only in bus

Lines Matching full:tmp_list

606   DBusList *tmp_list;
608 tmp_list = NULL;
614 if (!_dbus_list_append (&tmp_list, link->data))
616 _dbus_list_clear (&tmp_list);
624 while ((link = _dbus_list_pop_first_link (&tmp_list)))