Home
last modified time | relevance | path

Searched refs:transport_p (Results 1 – 8 of 8) sorted by relevance

/external/dbus/dbus/
Ddbus-transport-unix.c120 DBusTransport **transport_p, in _dbus_transport_open_platform_specific() argument
157 *transport_p = _dbus_transport_new_for_domain_socket (path, FALSE, in _dbus_transport_open_platform_specific()
160 *transport_p = _dbus_transport_new_for_domain_socket (abstract, TRUE, in _dbus_transport_open_platform_specific()
162 if (*transport_p == NULL) in _dbus_transport_open_platform_specific()
Ddbus-transport-win.c51 DBusTransport **transport_p, in _dbus_transport_open_platform_specific() argument
76 *transport_p = _dbus_transport_new_for_tcp_socket (host, port, family, noncefile, error); in _dbus_transport_open_platform_specific()
77 if (*transport_p == NULL) in _dbus_transport_open_platform_specific()
Ddbus-server-debug-pipe.c387 DBusTransport **transport_p, in _dbus_transport_open_debug_pipe() argument
406 *transport_p = _dbus_transport_debug_pipe_new (name, error); in _dbus_transport_open_debug_pipe()
408 if (*transport_p == NULL) in _dbus_transport_open_debug_pipe()
Ddbus-transport-socket.h39 DBusTransport **transport_p,
Ddbus-server-debug-pipe.h41 DBusTransport **transport_p,
Ddbus-transport-protected.h138 DBusTransport **transport_p,
Ddbus-transport.c308 DBusTransport **transport_p, in _dbus_transport_open_autolaunch() argument
318 *transport_p = _dbus_transport_new_for_autolaunch (error); in _dbus_transport_open_autolaunch()
320 if (*transport_p == NULL) in _dbus_transport_open_autolaunch()
340 DBusTransport **transport_p,
Ddbus-transport-socket.c1385 DBusTransport **transport_p, in _dbus_transport_open_socket() argument
1416 *transport_p = _dbus_transport_new_for_tcp_socket (host, port, family, noncefile, error); in _dbus_transport_open_socket()
1417 if (*transport_p == NULL) in _dbus_transport_open_socket()