Home
last modified time | relevance | path

Searched refs:uv_fileno (Results 1 - 20 of 20) sorted by relevance

/third_party/libuv/test/
H A Dtest-handle-fileno.c63 r = uv_fileno((uv_handle_t*) &idle, &fd); in TEST_IMPL()
69 r = uv_fileno((uv_handle_t*) &tcp, &fd); in TEST_IMPL()
73 r = uv_fileno((uv_handle_t*) &tcp, &fd); in TEST_IMPL()
76 r = uv_fileno((uv_handle_t*) &tcp, &fd); in TEST_IMPL()
81 r = uv_fileno((uv_handle_t*) &udp, &fd); in TEST_IMPL()
85 r = uv_fileno((uv_handle_t*) &udp, &fd); in TEST_IMPL()
88 r = uv_fileno((uv_handle_t*) &udp, &fd); in TEST_IMPL()
93 r = uv_fileno((uv_handle_t*) &pipe, &fd); in TEST_IMPL()
97 r = uv_fileno((uv_handle_t*) &pipe, &fd); in TEST_IMPL()
100 r = uv_fileno((uv_handle_ in TEST_IMPL()
[all...]
H A Dtest-tcp-oob.c65 ASSERT_OK(uv_fileno((uv_handle_t*)handle, &fd)); in read_cb()
92 ASSERT_OK(uv_fileno((uv_handle_t*) &client_handle, &fd)); in connection_cb()
H A Dtest-udp-create-socket-early.c46 r = uv_fileno((const uv_handle_t*) &client, &fd); in TEST_IMPL()
92 r = uv_fileno((const uv_handle_t*) &client, &fd); in TEST_IMPL()
H A Dtest-tcp-create-socket-early.c106 r = uv_fileno((const uv_handle_t*) &client, &fd); in TEST_IMPL()
152 r = uv_fileno((const uv_handle_t*) &client, &fd); in TEST_IMPL()
H A Dtest-poll-oob.c73 ASSERT_OK(uv_fileno((uv_handle_t*)handle, &fd)); in poll_cb()
140 ASSERT_OK(uv_fileno((uv_handle_t*) &peer_handle, &server_fd)); in connection_cb()
H A Dtest-tcp-rst.c51 ASSERT_OK(uv_fileno((uv_handle_t*) t, &fd)); in read_cb()
H A Dtest-tcp-write-fail.c43 r = uv_fileno((uv_handle_t*)sock, &fd); in close_socket()
H A Dtest-tcp-close-reset.c80 r = uv_fileno((const uv_handle_t*) handle, &fd); in do_close()
H A Dtest-spawn.c706 r = uv_fileno((uv_handle_t*) &tcp_server, &handle); in TEST_IMPL()
709 r = uv_fileno((uv_handle_t*) &tcp_server, &fd); in TEST_IMPL()
/third_party/libuv/docs/code/multi-echo-server/
H A Dworker.c72 uv_fileno((const uv_handle_t*) client, &fd); in on_new_connection()
/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() function
767 result = uv_fileno(handle, &fd); in uv__getsockpeername()
/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() function
740 result = uv_fileno(handle, &fd); in uv__getsockpeername()
/third_party/node/src/
H A Dnode_report_utils.cc232 int rc = uv_fileno(h, &fd_v); in WalkHandle()
H A Dstream_wrap.cc177 uv_fileno(reinterpret_cast<uv_handle_t*>(stream()), &fd); in GetFD()
H A Dudp_wrap.cc245 uv_fileno(reinterpret_cast<uv_handle_t*>(&wrap->handle_), &fd); in GetFD()
/third_party/node/deps/uv/src/unix/
H A Dcore.c768 int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd) { in uv_fileno() function
1511 r = uv_fileno(handle, &fd); in uv__getsockpeername()
/third_party/libuv/src/unix/
H A Dcore.c824 int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd) { in uv_fileno() function
1773 r = uv_fileno(handle, &fd); in uv__getsockpeername()
/third_party/libuv/include/
H A Duv.h522 UV_EXTERN int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* 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);
/third_party/node/deps/uv/include/
H A Duv.h478 UV_EXTERN int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd);

Completed in 25 milliseconds