Home
last modified time | relevance | path

Searched refs:uv_fileno (Results 1 – 18 of 18) sorted by relevance

/netbsd/external/mit/libuv/dist/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_t*) &pipe, &fd); in TEST_IMPL()
[all …]
H A Dtest-udp-create-socket-early.c46 r = uv_fileno((const uv_handle_t*) &client, &fd); in TEST_IMPL()
90 r = uv_fileno((const uv_handle_t*) &client, &fd); in TEST_IMPL()
H A Dtest-tcp-oob.c65 ASSERT(0 == uv_fileno((uv_handle_t*)handle, &fd)); in read_cb()
92 ASSERT(0 == uv_fileno((uv_handle_t*) &client_handle, &fd)); in connection_cb()
H A Dtest-poll-oob.c73 ASSERT(0 == uv_fileno((uv_handle_t*)handle, &fd)); in poll_cb()
140 ASSERT(0 == uv_fileno((uv_handle_t*) &peer_handle, &server_fd)); in connection_cb()
H A Dtest-tcp-create-socket-early.c106 r = uv_fileno((const uv_handle_t*) &client, &fd); in TEST_IMPL()
150 r = uv_fileno((const uv_handle_t*) &client, &fd); in TEST_IMPL()
H A Dtest-tcp-write-fail.c43 r = uv_fileno((uv_handle_t*)sock, &fd); in close_socket()
H A Dtest-tcp-rst.c51 ASSERT_EQ(0, uv_fileno((uv_handle_t*) t, &fd)); in read_cb()
H A Dtest-tcp-close-reset.c78 r = uv_fileno((const uv_handle_t*) handle, &fd); in do_close()
H A Dtest-spawn.c703 r = uv_fileno((uv_handle_t*) &tcp_server, &handle); in TEST_IMPL()
706 r = uv_fileno((uv_handle_t*) &tcp_server, &fd); in TEST_IMPL()
/netbsd/external/mpl/bind/dist/lib/isc/netmgr/
H A Duv-compat.c79 r = uv_fileno((const uv_handle_t *)handle, (uv_os_fd_t *)&fd); in isc_uv_udp_freebind()
135 r = uv_fileno((const uv_handle_t *)handle, (uv_os_fd_t *)&fd); in isc_uv_tcp_freebind()
/netbsd/external/mpl/bind/dist/lib/isc/tests/
H A Duv_wrap.h272 return (uv_fileno(handle, fd)); in __wrap_uv_fileno()
299 #define uv_fileno(...) __wrap_uv_fileno(__VA_ARGS__) macro
/netbsd/external/mit/libuv/dist/docs/code/multi-echo-server/
H A Dworker.c72 uv_fileno((const uv_handle_t*) client, &fd); in on_new_connection()
/netbsd/external/mit/libuv/dist/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()
/netbsd/external/mit/libuv/dist/docs/src/
H A Dmigration_010_100.rst231 This is now properly exposed through the :c:func:`uv_fileno` function.
H A Dhandle.rst222 .. c:function:: int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd)
/netbsd/external/mit/libuv/dist/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()
/netbsd/external/mit/libuv/dist/include/
H A Duv.h478 UV_EXTERN int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd);
/netbsd/external/mit/libuv/dist/
H A DChangeLog4110 * unix, windows: add uv_fileno (Saúl Ibarra Corretgé)