Searched refs:uv__fd_exists (Results 1 – 6 of 6) sorted by relevance
71 if (uv__fd_exists(loop, fd)) in uv_poll_init()131 if (uv__fd_exists(handle->loop, w->fd)) in uv_poll_start()
268 int uv__fd_exists(uv_loop_t* loop, int fd);
200 if (uv__fd_exists(handle->loop, fd)) in uv_pipe_open()
355 if (uv__fd_exists(handle->loop, sock)) in uv_tcp_open()
1068 if (uv__fd_exists(handle->loop, sock)) in uv_udp_open()
997 int uv__fd_exists(uv_loop_t* loop, int fd) { in uv__fd_exists() function
Completed in 15 milliseconds