Home
last modified time | relevance | path

Searched refs:uv_os_fd_t (Results 1 - 25 of 27) sorted by relevance

12

/third_party/libuv/src/win/
H A Dcore.c690 int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd) { in uv_fileno()
691 uv_os_fd_t fd_out; in uv_fileno()
695 fd_out = (uv_os_fd_t)((uv_tcp_t*) handle)->socket; in uv_fileno()
707 fd_out = (uv_os_fd_t)((uv_udp_t*) handle)->socket; in uv_fileno()
711 fd_out = (uv_os_fd_t)((uv_poll_t*) handle)->socket; in uv_fileno()
765 uv_os_fd_t fd; in uv__getsockpeername()
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()
/third_party/node/deps/uv/src/win/
H A Dcore.c663 int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd) { in uv_fileno()
664 uv_os_fd_t fd_out; in uv_fileno()
668 fd_out = (uv_os_fd_t)((uv_tcp_t*) handle)->socket; in uv_fileno()
680 fd_out = (uv_os_fd_t)((uv_udp_t*) handle)->socket; in uv_fileno()
684 fd_out = (uv_os_fd_t)((uv_poll_t*) handle)->socket; in uv_fileno()
738 uv_os_fd_t fd; in uv__getsockpeername()
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()
/third_party/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 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-poll-oob.c38 static uv_os_fd_t client_fd;
39 static uv_os_fd_t server_fd;
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-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()
/third_party/node/deps/uv/src/unix/
H A Dpipe.c402 int uv_pipe(uv_os_fd_t fds[2], int read_flags, int write_flags) { in uv_pipe()
403 uv_os_fd_t temp[2]; in uv_pipe()
H A Dcore.c768 int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd) { in uv_fileno()
1402 uv_os_fd_t uv_get_osfhandle(int fd) { in uv_get_osfhandle()
1406 int uv_open_osfhandle(uv_os_fd_t os_fd) { in uv_open_osfhandle()
1508 uv_os_fd_t fd; in uv__getsockpeername()
/third_party/libuv/docs/code/multi-echo-server/
H A Dworker.c71 uv_os_fd_t fd; in on_new_connection()
/third_party/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.c824 int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd) { in uv_fileno()
1533 uv_os_fd_t uv_get_osfhandle(int fd) { in uv_get_osfhandle()
1537 int uv_open_osfhandle(uv_os_fd_t os_fd) { in uv_open_osfhandle()
1770 uv_os_fd_t fd; in uv__getsockpeername()
/third_party/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
/third_party/node/src/
H A Dnode_report_utils.cc231 uv_os_fd_t fd_v; in WalkHandle()
/third_party/node/deps/uv/include/uv/
H A Dunix.h128 typedef int uv_os_fd_t; typedef
H A Dwin.h240 typedef HANDLE uv_os_fd_t; typedef
/third_party/libuv/include/
H A Duv.h522 UV_EXTERN int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd);
1282 UV_EXTERN uv_os_fd_t uv_get_osfhandle(int fd);
1283 UV_EXTERN int uv_open_osfhandle(uv_os_fd_t os_fd);
/third_party/libuv/include/uv_ndk/
H A Duv.h476 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);

Completed in 23 milliseconds

12