Home
last modified time | relevance | path

Searched refs:_dbus_full_duplex_pipe (Results 1 – 10 of 10) sorted by relevance

/external/dbus/dbus/
Ddbus-server-debug-pipe.c248 if (!_dbus_full_duplex_pipe (&client_fd, &server_fd, FALSE, in _dbus_transport_debug_pipe_new()
Ddbus-sysdeps.h396 dbus_bool_t _dbus_full_duplex_pipe (int *fd1,
Ddbus-spawn-win.c653 if (!_dbus_full_duplex_pipe (&sitter->socket_to_babysitter, in _dbus_spawn_async_with_babysitter()
Ddbus-spawn.c1148 if (!_dbus_full_duplex_pipe (&babysitter_pipe[0], &babysitter_pipe[1], TRUE, error)) in _dbus_spawn_async_with_babysitter()
Ddbus-sysdeps-unix.c2932 _dbus_full_duplex_pipe (int *fd1, in _dbus_full_duplex_pipe() function
Ddbus-sysdeps-win.c808 _dbus_full_duplex_pipe (int *fd1, in _dbus_full_duplex_pipe() function
/external/dbus/bus/
Dmain.c219 if (!_dbus_full_duplex_pipe (&reload_pipe[0], &reload_pipe[1], in setup_reload_pipe()
Ddispatch.c4819 if (!(_dbus_full_duplex_pipe(one, one+1, TRUE, &error))) in bus_unix_fds_passing_test()
4822 if (!(_dbus_full_duplex_pipe(two, two+1, TRUE, &error))) in bus_unix_fds_passing_test()
/external/dbus/
DChangeLog.pre-1-21443 * dbus/dbus-sysdeps-win.c (_dbus_full_duplex_pipe): fixed assertation.
DChangeLog.pre-1-012369 * dbus/dbus-sysdeps.c (_dbus_full_duplex_pipe): new function