Home
last modified time | relevance | path

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

/external/wayland/src/
Dconnection.c61 struct wl_buffer fds_in, fds_out; member
199 close_fds(&connection->fds_out, -1); in wl_connection_destroy()
289 build_cmsg(&connection->fds_out, cmsg, &clen); in wl_connection_flush()
307 close_fds(&connection->fds_out, MAX_FDS_OUT); in wl_connection_flush()
417 if (wl_buffer_size(&connection->fds_out) == MAX_FDS_OUT * sizeof fd) { in wl_connection_put_fd()
423 return wl_buffer_put(&connection->fds_out, &fd, sizeof fd); in wl_connection_put_fd()