Home
last modified time | relevance | path

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

/external/wayland/src/
Dconnection.c69 struct wl_buffer fds_in, fds_out; member
214 close_fds(&connection->fds_out, -1); in wl_connection_destroy()
304 build_cmsg(&connection->fds_out, cmsg, &clen); in wl_connection_flush()
322 close_fds(&connection->fds_out, MAX_FDS_OUT); in wl_connection_flush()
432 if (wl_buffer_size(&connection->fds_out) == MAX_FDS_OUT * sizeof fd) { in wl_connection_put_fd()
438 return wl_buffer_put(&connection->fds_out, &fd, sizeof fd); in wl_connection_put_fd()