Home
last modified time | relevance | path

Searched refs:uv__fd_exists (Results 1 – 6 of 6) sorted by relevance

/libuv/src/unix/
H A Dpoll.c71 if (uv__fd_exists(loop, fd)) in uv_poll_init()
131 if (uv__fd_exists(handle->loop, w->fd)) in uv_poll_start()
H A Dinternal.h268 int uv__fd_exists(uv_loop_t* loop, int fd);
H A Dpipe.c200 if (uv__fd_exists(handle->loop, fd)) in uv_pipe_open()
H A Dtcp.c355 if (uv__fd_exists(handle->loop, sock)) in uv_tcp_open()
H A Dudp.c1068 if (uv__fd_exists(handle->loop, sock)) in uv_udp_open()
H A Dcore.c997 int uv__fd_exists(uv_loop_t* loop, int fd) { in uv__fd_exists() function

Completed in 15 milliseconds