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

  /src/external/mit/libuv/dist/src/win/
handle.c 156 uv_os_fd_t uv_get_osfhandle(int fd) {
160 int uv_open_osfhandle(uv_os_fd_t os_fd) {
core.c 594 int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd) {
595 uv_os_fd_t fd_out;
599 fd_out = (uv_os_fd_t)((uv_tcp_t*) handle)->socket;
611 fd_out = (uv_os_fd_t)((uv_udp_t*) handle)->socket;
615 fd_out = (uv_os_fd_t)((uv_poll_t*) handle)->socket;
669 uv_os_fd_t fd;
  /src/external/mit/libuv/dist/test/
test-tcp-oob.c 62 uv_os_fd_t fd;
85 uv_os_fd_t fd;
test-udp-create-socket-early.c 38 uv_os_fd_t fd;
81 uv_os_fd_t fd;
run-tests.c 212 uv_os_fd_t closed_fd;
213 uv_os_fd_t open_fd;
test-poll-oob.c 38 static uv_os_fd_t client_fd;
39 static uv_os_fd_t server_fd;
test-tcp-create-socket-early.c 98 uv_os_fd_t fd;
141 uv_os_fd_t fd;
test-tcp-write-fail.c 40 uv_os_fd_t fd;
test-handle-fileno.c 50 uv_os_fd_t fd;
test-tcp-close-reset.c 71 uv_os_fd_t fd;
test-spawn.c 693 uv_os_fd_t handle;
1670 uv_os_fd_t fd;
1671 uv_os_fd_t dup_fd;
test-fs.c 4143 uv_os_fd_t fd;
4179 uv_os_fd_t handle;
  /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 71 uv_os_fd_t 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 2808 uv_os_fd_t tcp_fd = (uv_os_fd_t)-1;
2810 RUNTIME_CHECK(tcp_fd != (uv_os_fd_t)-1);
  /src/external/mpl/bind/dist/tests/isc/
uv_wrap.h 90 __wrap_uv_fileno(const uv_handle_t *handle, uv_os_fd_t *fd);
268 __wrap_uv_fileno(const uv_handle_t *handle, uv_os_fd_t *fd) {
  /src/external/mit/libuv/dist/src/unix/
pipe.c 498 int uv_pipe(uv_os_fd_t fds[2], int read_flags, int write_flags) {
499 uv_os_fd_t temp[2];
core.c 812 int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd) {
1588 uv_os_fd_t uv_get_osfhandle(int fd) {
1592 int uv_open_osfhandle(uv_os_fd_t os_fd) {
1830 uv_os_fd_t fd;
  /src/external/mit/libuv/dist/include/uv/
unix.h 127 typedef int uv_os_fd_t; typedef
win.h 233 typedef HANDLE uv_os_fd_t; typedef
  /src/external/mit/libuv/dist/include/
uv.h 511 UV_EXTERN int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd);
1281 UV_EXTERN uv_os_fd_t uv_get_osfhandle(int fd);
1282 UV_EXTERN int uv_open_osfhandle(uv_os_fd_t os_fd);

Completed in 48 milliseconds