HomeSort by: relevance | last modified time | path
    Searched refs:uv_fileno (Results 1 - 17 of 17) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-handle-fileno.c 63 r = uv_fileno((uv_handle_t*) &idle, &fd);
69 r = uv_fileno((uv_handle_t*) &tcp, &fd);
73 r = uv_fileno((uv_handle_t*) &tcp, &fd);
76 r = uv_fileno((uv_handle_t*) &tcp, &fd);
81 r = uv_fileno((uv_handle_t*) &udp, &fd);
85 r = uv_fileno((uv_handle_t*) &udp, &fd);
88 r = uv_fileno((uv_handle_t*) &udp, &fd);
93 r = uv_fileno((uv_handle_t*) &pipe, &fd);
97 r = uv_fileno((uv_handle_t*) &pipe, &fd);
100 r = uv_fileno((uv_handle_t*) &pipe, &fd)
    [all...]
test-tcp-oob.c 65 ASSERT_OK(uv_fileno((uv_handle_t*)handle, &fd));
92 ASSERT_OK(uv_fileno((uv_handle_t*) &client_handle, &fd));
test-udp-create-socket-early.c 46 r = uv_fileno((const uv_handle_t*) &client, &fd);
92 r = uv_fileno((const uv_handle_t*) &client, &fd);
test-poll-oob.c 73 ASSERT_OK(uv_fileno((uv_handle_t*)handle, &fd));
140 ASSERT_OK(uv_fileno((uv_handle_t*) &peer_handle, &server_fd));
test-tcp-create-socket-early.c 106 r = uv_fileno((const uv_handle_t*) &client, &fd);
152 r = uv_fileno((const uv_handle_t*) &client, &fd);
test-tcp-rst.c 51 ASSERT_OK(uv_fileno((uv_handle_t*) t, &fd));
test-tcp-write-fail.c 43 r = uv_fileno((uv_handle_t*)sock, &fd);
test-tcp-close-reset.c 80 r = uv_fileno((const uv_handle_t*) handle, &fd);
test-spawn.c 706 r = uv_fileno((uv_handle_t*) &tcp_server, &handle);
709 r = uv_fileno((uv_handle_t*) &tcp_server, &fd);
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
uv-compat.c 79 r = uv_fileno((const uv_handle_t *)handle, (uv_os_fd_t *)&fd);
135 r = uv_fileno((const uv_handle_t *)handle, (uv_os_fd_t *)&fd);
  /src/external/mit/libuv/dist/docs/code/multi-echo-server/
worker.c 72 uv_fileno((const uv_handle_t*) client, &fd);
  /src/external/mpl/bind/dist/lib/isc/netmgr/
socket.c 77 r = uv_fileno((const uv_handle_t *)handle, (uv_os_fd_t *)&fd);
129 r = uv_fileno((const uv_handle_t *)handle, (uv_os_fd_t *)&fd);
netmgr.c 2809 (void)uv_fileno((uv_handle_t *)&sock->uv_handle.tcp, &tcp_fd);
  /src/external/mpl/bind/dist/tests/isc/
uv_wrap.h 270 return uv_fileno(handle, fd);
295 #define uv_fileno(...) __wrap_uv_fileno(__VA_ARGS__) macro
  /src/external/mit/libuv/dist/src/win/
core.c 594 int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd) { function
671 result = uv_fileno(handle, &fd);
  /src/external/mit/libuv/dist/src/unix/
core.c 812 int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd) { function
1833 r = uv_fileno(handle, &fd);
  /src/external/mit/libuv/dist/include/
uv.h 511 UV_EXTERN int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd);

Completed in 89 milliseconds