Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dhandle.c156 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()
H A Dcore.c688 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()
/libuv/test/
H A Dtest-tcp-oob.c62 uv_os_fd_t fd; in read_cb()
85 uv_os_fd_t fd; in connection_cb()
H A Dtest-udp-create-socket-early.c38 uv_os_fd_t fd; in TEST_IMPL()
81 uv_os_fd_t fd; in TEST_IMPL()
H A Drun-tests.c212 uv_os_fd_t closed_fd; in maybe_run_test()
213 uv_os_fd_t open_fd; in maybe_run_test()
H A Dtest-poll-oob.c38 static uv_os_fd_t client_fd;
39 static uv_os_fd_t server_fd;
H A Dtest-tcp-create-socket-early.c98 uv_os_fd_t fd; in TEST_IMPL()
141 uv_os_fd_t fd; in TEST_IMPL()
H A Dtest-tcp-write-fail.c40 uv_os_fd_t fd; in close_socket()
H A Dtest-handle-fileno.c50 uv_os_fd_t fd; in TEST_IMPL()
H A Dtest-tcp-close-reset.c71 uv_os_fd_t fd; in do_close()
H A Dtest-spawn.c693 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()
H A Dtest-fs.c3917 uv_os_fd_t fd; in TEST_IMPL()
3953 uv_os_fd_t handle; in TEST_IMPL()
/libuv/docs/code/multi-echo-server/
H A Dworker.c71 uv_os_fd_t fd; in on_new_connection()
/libuv/src/unix/
H A Dpipe.c487 int uv_pipe(uv_os_fd_t fds[2], int read_flags, int write_flags) { in uv_pipe()
488 uv_os_fd_t temp[2]; in uv_pipe()
H A Dcore.c800 int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd) { in uv_fileno()
1509 uv_os_fd_t uv_get_osfhandle(int fd) { in uv_get_osfhandle()
1513 int uv_open_osfhandle(uv_os_fd_t os_fd) { in uv_open_osfhandle()
1746 uv_os_fd_t fd; in uv__getsockpeername()
/libuv/include/uv/
H A Dunix.h127 typedef int uv_os_fd_t; typedef
H A Dwin.h241 typedef HANDLE uv_os_fd_t; typedef
/libuv/include/
H A Duv.h507 UV_EXTERN int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd);
1240 UV_EXTERN uv_os_fd_t uv_get_osfhandle(int fd);
1241 UV_EXTERN int uv_open_osfhandle(uv_os_fd_t os_fd);
/libuv/docs/src/
H A Dhandle.rst225 .. c:function:: int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd)
H A Dfs.rst534 .. c:function:: uv_os_fd_t uv_get_osfhandle(int fd)
543 .. c:function:: int uv_open_osfhandle(uv_os_fd_t os_fd)
H A Dmisc.rst63 .. c:type:: uv_os_fd_t

Completed in 69 milliseconds