Home | History | Annotate | Download | only in dbus

Lines Matching full:address

43  * Tries to interpret the address entry in a platform-specific
47 * @param entry an address entry
49 * @param error location to store rationale for failure on bad address
153 DBusString address;
162 _dbus_string_init_const (&address, "systemd:");
164 *server_p = _dbus_server_new_for_socket (fds, n, &address, NULL);
231 DBusString address;
237 if (!_dbus_string_init (&address))
245 !_dbus_string_append (&address, "unix:abstract=")) ||
247 !_dbus_string_append (&address, "unix:path=")) ||
248 !_dbus_address_append_escaped (&address, &path_str))
276 server = _dbus_server_new_for_socket (&listen_fd, 1, &address, 0);
286 _dbus_string_free (&address);
295 _dbus_string_free (&address);