Searched defs:transport_p (Results 1 - 5 of 5) sorted by relevance

/external/dbus/dbus/
H A Ddbus-transport-win.c45 * @param transport_p return location for the opened transport
51 DBusTransport **transport_p,
50 _dbus_transport_open_platform_specific(DBusAddressEntry *entry, DBusTransport **transport_p, DBusError *error) argument
H A Ddbus-transport-unix.c220 * @param transport_p return location for the opened transport
226 DBusTransport **transport_p,
263 *transport_p = _dbus_transport_new_for_domain_socket (path, FALSE,
266 *transport_p = _dbus_transport_new_for_domain_socket (abstract, TRUE,
268 if (*transport_p == NULL)
339 *transport_p = _dbus_transport_new_for_exec (path, argv, error);
342 if (*transport_p == NULL)
392 *transport_p = _dbus_transport_new_for_domain_socket (launchd_socket, FALSE, error);
394 if (*transport_p == NULL)
225 _dbus_transport_open_platform_specific(DBusAddressEntry *entry, DBusTransport **transport_p, DBusError *error) argument
H A Ddbus-server-debug-pipe.c382 * @param transport_p return location for the opened transport
388 DBusTransport **transport_p,
407 *transport_p = _dbus_transport_debug_pipe_new (name, error);
409 if (*transport_p == NULL)
387 _dbus_transport_open_debug_pipe(DBusAddressEntry *entry, DBusTransport **transport_p, DBusError *error) argument
H A Ddbus-transport-socket.c1381 * @param transport_p return location for the opened transport
1387 DBusTransport **transport_p,
1418 *transport_p = _dbus_transport_new_for_tcp_socket (host, port, family, noncefile, error);
1419 if (*transport_p == NULL)
1386 _dbus_transport_open_socket(DBusAddressEntry *entry, DBusTransport **transport_p, DBusError *error) argument
H A Ddbus-transport.c311 DBusTransport **transport_p,
323 *transport_p = _dbus_transport_new_for_autolaunch (scope, error);
325 if (*transport_p == NULL)
345 DBusTransport **transport_p,
310 _dbus_transport_open_autolaunch(DBusAddressEntry *entry, DBusTransport **transport_p, DBusError *error) argument

Completed in 105 milliseconds