Home | History | Annotate | Download | only in bus

Lines Matching full:tmp_error

151   DBusError tmp_error;
210 dbus_error_init (&tmp_error);
211 xmlTextReaderSetStructuredErrorHandler (reader, xml_text_reader_error, &tmp_error);
217 if (dbus_error_is_set (&tmp_error))
223 _DBUS_MAYBE_SET_OOM (&tmp_error);
229 xml_text_start_element (parser, reader, &tmp_error);
241 bus_config_parser_content (parser, &content, &tmp_error);
244 _DBUS_MAYBE_SET_OOM (&tmp_error);
253 bus_config_parser_check_doctype (parser, name, &tmp_error);
255 _DBUS_MAYBE_SET_OOM (&tmp_error);
264 bus_config_parser_end_element (parser, name, &tmp_error);
266 _DBUS_MAYBE_SET_OOM (&tmp_error);
289 if (dbus_error_is_set (&tmp_error))
294 _DBUS_MAYBE_SET_OOM (&tmp_error);
299 if (dbus_error_is_set (&tmp_error))
301 dbus_move_error (&tmp_error, error);