/third_party/libuv/src/win/ |
H A D | core.c | 690 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 D | handle.c | 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()
|
/third_party/node/deps/uv/src/win/ |
H A D | core.c | 663 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 D | handle.c | 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()
|
/third_party/libuv/test/ |
H A D | test-tcp-oob.c | 62 uv_os_fd_t fd; in read_cb() 85 uv_os_fd_t fd; in connection_cb()
|
H A D | test-udp-create-socket-early.c | 38 uv_os_fd_t fd; in TEST_IMPL() 81 uv_os_fd_t fd; in TEST_IMPL()
|
H A D | test-tcp-create-socket-early.c | 98 uv_os_fd_t fd; in TEST_IMPL() 141 uv_os_fd_t fd; in TEST_IMPL()
|
H A D | test-poll-oob.c | 38 static uv_os_fd_t client_fd; 39 static uv_os_fd_t server_fd;
|
H A D | run-tests.c | 212 uv_os_fd_t closed_fd; in maybe_run_test() 213 uv_os_fd_t open_fd; in maybe_run_test()
|
H A D | test-tcp-write-fail.c | 40 uv_os_fd_t fd; in close_socket()
|
H A D | test-handle-fileno.c | 50 uv_os_fd_t fd; in TEST_IMPL()
|
H A D | test-tcp-close-reset.c | 71 uv_os_fd_t fd; in do_close()
|
H A D | test-spawn.c | 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()
|
/third_party/node/deps/uv/src/unix/ |
H A D | pipe.c | 402 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 D | core.c | 768 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 D | worker.c | 71 uv_os_fd_t fd; in on_new_connection()
|
/third_party/libuv/src/unix/ |
H A D | pipe.c | 487 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 D | core.c | 824 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 D | unix.h | 127 typedef int uv_os_fd_t; typedef
|
H A D | win.h | 241 typedef HANDLE uv_os_fd_t; typedef
|
/third_party/node/src/ |
H A D | node_report_utils.cc | 231 uv_os_fd_t fd_v; in WalkHandle()
|
/third_party/node/deps/uv/include/uv/ |
H A D | unix.h | 128 typedef int uv_os_fd_t; typedef
|
H A D | win.h | 240 typedef HANDLE uv_os_fd_t; typedef
|
/third_party/libuv/include/ |
H A D | uv.h | 522 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 D | uv.h | 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);
|