Searched refs:with_guid (Results 1 – 1 of 1) sorted by relevance
77 DBusString with_guid; in copy_address_with_guid_appended() local80 if (!_dbus_string_init (&with_guid)) in copy_address_with_guid_appended()83 if (!_dbus_string_copy (address, 0, &with_guid, in copy_address_with_guid_appended()84 _dbus_string_get_length (&with_guid)) || in copy_address_with_guid_appended()85 !_dbus_string_append (&with_guid, ",guid=") || in copy_address_with_guid_appended()87 &with_guid, _dbus_string_get_length (&with_guid))) in copy_address_with_guid_appended()89 _dbus_string_free (&with_guid); in copy_address_with_guid_appended()94 _dbus_string_steal_data (&with_guid, &retval); in copy_address_with_guid_appended()96 _dbus_string_free (&with_guid); in copy_address_with_guid_appended()