Searched refs:uv_os_fd_t (Results 1 – 21 of 21) sorted by relevance
156 uv_os_fd_t uv_get_osfhandle(int fd) { in uv_get_osfhandle()160 int uv_open_osfhandle(uv_os_fd_t os_fd) { in uv_open_osfhandle()
688 int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd) { in uv_fileno()689 uv_os_fd_t fd_out; in uv_fileno()693 fd_out = (uv_os_fd_t)((uv_tcp_t*) handle)->socket; in uv_fileno()705 fd_out = (uv_os_fd_t)((uv_udp_t*) handle)->socket; in uv_fileno()709 fd_out = (uv_os_fd_t)((uv_poll_t*) handle)->socket; in uv_fileno()763 uv_os_fd_t fd; in uv__getsockpeername()
62 uv_os_fd_t fd; in read_cb()85 uv_os_fd_t fd; in connection_cb()
38 uv_os_fd_t fd; in TEST_IMPL()81 uv_os_fd_t fd; in TEST_IMPL()
212 uv_os_fd_t closed_fd; in maybe_run_test()213 uv_os_fd_t open_fd; in maybe_run_test()
38 static uv_os_fd_t client_fd;39 static uv_os_fd_t server_fd;
98 uv_os_fd_t fd; in TEST_IMPL()141 uv_os_fd_t fd; in TEST_IMPL()
40 uv_os_fd_t fd; in close_socket()
50 uv_os_fd_t fd; in TEST_IMPL()
71 uv_os_fd_t fd; in do_close()
693 uv_os_fd_t handle; in TEST_IMPL()1672 uv_os_fd_t fd; in TEST_IMPL()1673 uv_os_fd_t dup_fd; in TEST_IMPL()
3962 uv_os_fd_t fd; in TEST_IMPL()3998 uv_os_fd_t handle; in TEST_IMPL()
71 uv_os_fd_t fd; in on_new_connection()
490 int uv_pipe(uv_os_fd_t fds[2], int read_flags, int write_flags) { in uv_pipe()491 uv_os_fd_t temp[2]; in uv_pipe()
810 int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd) { in uv_fileno()1519 uv_os_fd_t uv_get_osfhandle(int fd) { in uv_get_osfhandle()1523 int uv_open_osfhandle(uv_os_fd_t os_fd) { in uv_open_osfhandle()1761 uv_os_fd_t fd; in uv__getsockpeername()
127 typedef int uv_os_fd_t; typedef
241 typedef HANDLE uv_os_fd_t; typedef
510 UV_EXTERN int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd);1269 UV_EXTERN uv_os_fd_t uv_get_osfhandle(int fd);1270 UV_EXTERN int uv_open_osfhandle(uv_os_fd_t os_fd);
225 .. c:function:: int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd)
544 .. c:function:: uv_os_fd_t uv_get_osfhandle(int fd)553 .. c:function:: int uv_open_osfhandle(uv_os_fd_t os_fd)
63 .. c:type:: uv_os_fd_t
Completed in 130 milliseconds