Lines Matching refs:uv_handle_t
63 r = uv_fileno((uv_handle_t*) &idle, &fd);
65 uv_close((uv_handle_t*) &idle, NULL);
69 r = uv_fileno((uv_handle_t*) &tcp, &fd);
73 r = uv_fileno((uv_handle_t*) &tcp, &fd);
75 uv_close((uv_handle_t*) &tcp, NULL);
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);
87 uv_close((uv_handle_t*) &udp, NULL);
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);
99 uv_close((uv_handle_t*) &pipe, NULL);
100 r = uv_fileno((uv_handle_t*) &pipe, &fd);
112 r = uv_fileno((uv_handle_t*) &tty, &fd);
114 uv_close((uv_handle_t*) &tty, NULL);
115 r = uv_fileno((uv_handle_t*) &tty, &fd);