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,
76 *transport_p = _dbus_transport_new_for_tcp_socket (host, port, family, noncefile, error);
77 if (*transport_p == NULL)
50 _dbus_transport_open_platform_specific(DBusAddressEntry *entry, DBusTransport **transport_p, DBusError *error) argument
H A Ddbus-transport-unix.c114 * @param transport_p return location for the opened transport
120 DBusTransport **transport_p,
157 *transport_p = _dbus_transport_new_for_domain_socket (path, FALSE,
160 *transport_p = _dbus_transport_new_for_domain_socket (abstract, TRUE,
162 if (*transport_p == NULL)
119 _dbus_transport_open_platform_specific(DBusAddressEntry *entry, DBusTransport **transport_p, DBusError *error) argument
H A Ddbus-server-debug-pipe.c381 * @param transport_p return location for the opened transport
387 DBusTransport **transport_p,
406 *transport_p = _dbus_transport_debug_pipe_new (name, error);
408 if (*transport_p == NULL)
386 _dbus_transport_open_debug_pipe(DBusAddressEntry *entry, DBusTransport **transport_p, DBusError *error) argument
H A Ddbus-transport-socket.c1379 * @param transport_p return location for the opened transport
1385 DBusTransport **transport_p,
1416 *transport_p = _dbus_transport_new_for_tcp_socket (host, port, family, noncefile, error);
1417 if (*transport_p == NULL)
1384 _dbus_transport_open_socket(DBusAddressEntry *entry, DBusTransport **transport_p, DBusError *error) argument
H A Ddbus-transport.c308 DBusTransport **transport_p,
318 *transport_p = _dbus_transport_new_for_autolaunch (error);
320 if (*transport_p == NULL)
340 DBusTransport **transport_p,
307 _dbus_transport_open_autolaunch(DBusAddressEntry *entry, DBusTransport **transport_p, DBusError *error) argument

Completed in 344 milliseconds