Lines Matching refs:tmp_error
2091 DBusError tmp_error; in include_file() local
2093 dbus_error_init (&tmp_error); in include_file()
2114 included = bus_config_load (filename, FALSE, parser, &tmp_error); in include_file()
2120 _DBUS_ASSERT_ERROR_CONTENT_IS_SET (&tmp_error); in include_file()
2122 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_FILE_NOT_FOUND) && in include_file()
2125 dbus_error_free (&tmp_error); in include_file()
2130 dbus_move_error (&tmp_error, error); in include_file()
2136 _DBUS_ASSERT_ERROR_CONTENT_IS_CLEAR (&tmp_error); in include_file()
2193 DBusError tmp_error; in include_dir() local
2210 dbus_error_init (&tmp_error); in include_dir()
2211 while (_dbus_directory_get_next_file (dir, &filename, &tmp_error)) in include_dir()
2247 if (dbus_error_is_set (&tmp_error)) in include_dir()
2249 dbus_move_error (&tmp_error, error); in include_dir()