HomeSort by relevance Sort by last modified time
    Searched defs:_dbus_read_socket (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-sysdeps-unix.c 190 _dbus_read_socket (int fd, function
234 * Like _dbus_read_socket() but also tries to read unix fds from the
254 if ((r = _dbus_read_socket(fd, buffer, count)) < 0)
552 * Unlike _dbus_read_socket(), _dbus_read() is not available
    [all...]
dbus-sysdeps-win.c 172 * _dbus_read_socket() handles EINTR for you.
173 * _dbus_read_socket() can return ENOMEM, even though
183 _dbus_read_socket (int fd, function
    [all...]

Completed in 66 milliseconds