Searched refs:uv_os_fd_t (Results 1 – 22 of 22) sorted by relevance
656 int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd) { in uv_fileno()657 uv_os_fd_t fd_out; in uv_fileno()661 fd_out = (uv_os_fd_t)((uv_tcp_t*) handle)->socket; in uv_fileno()673 fd_out = (uv_os_fd_t)((uv_udp_t*) handle)->socket; in uv_fileno()677 fd_out = (uv_os_fd_t)((uv_poll_t*) handle)->socket; in uv_fileno()731 uv_os_fd_t fd; in uv__getsockpeername()
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()
38 uv_os_fd_t fd; in TEST_IMPL()79 uv_os_fd_t fd; in TEST_IMPL()
62 uv_os_fd_t fd; in read_cb()85 uv_os_fd_t fd; in connection_cb()
208 uv_os_fd_t closed_fd; in maybe_run_test()209 uv_os_fd_t open_fd; in maybe_run_test()
98 uv_os_fd_t fd; in TEST_IMPL()139 uv_os_fd_t fd; in TEST_IMPL()
38 static uv_os_fd_t client_fd;39 static uv_os_fd_t server_fd;
40 uv_os_fd_t fd; in close_socket()
50 uv_os_fd_t fd; in TEST_IMPL()
690 uv_os_fd_t handle; in TEST_IMPL()1505 uv_os_fd_t fd; in TEST_IMPL()1506 uv_os_fd_t dup_fd; in TEST_IMPL()
3682 uv_os_fd_t fd; in TEST_IMPL()3720 uv_os_fd_t handle; in TEST_IMPL()
384 int uv_pipe(uv_os_fd_t fds[2], int read_flags, int write_flags) { in uv_pipe()385 uv_os_fd_t temp[2]; in uv_pipe()
752 int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd) { in uv_fileno()1401 uv_os_fd_t uv_get_osfhandle(int fd) { in uv_get_osfhandle()1405 int uv_open_osfhandle(uv_os_fd_t os_fd) { in uv_open_osfhandle()1507 uv_os_fd_t fd; in uv__getsockpeername()
71 uv_os_fd_t fd; in on_new_connection()
128 typedef int uv_os_fd_t; typedef
240 typedef HANDLE uv_os_fd_t; typedef
236 uv_os_fd_t fd_v; in WalkHandle()
478 UV_EXTERN int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd);1184 UV_EXTERN uv_os_fd_t uv_get_osfhandle(int fd);1185 UV_EXTERN int uv_open_osfhandle(uv_os_fd_t os_fd);
476 UV_EXTERN int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd);1170 UV_EXTERN uv_os_fd_t uv_get_osfhandle(int fd);1171 UV_EXTERN int uv_open_osfhandle(uv_os_fd_t os_fd);
222 .. c:function:: int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd)
525 .. c:function:: uv_os_fd_t uv_get_osfhandle(int fd)534 .. c:function:: int uv_open_osfhandle(uv_os_fd_t os_fd)
63 .. c:type:: uv_os_fd_t