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 Dpipe.c195 if (uv__fd_exists(handle->loop, fd)) in uv_pipe_open()
H A Dinternal.h259 int uv__fd_exists(uv_loop_t* loop, int fd);
H A Dtcp.c349 if (uv__fd_exists(handle->loop, sock)) in uv_tcp_open()
H A Dudp.c1045 if (uv__fd_exists(handle->loop, sock)) in uv_udp_open()
H A Dcore.c987 int uv__fd_exists(uv_loop_t* loop, int fd) { in uv__fd_exists() function

Completed in 27 milliseconds