Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
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()
Dinternal.h218 int uv__fd_exists(uv_loop_t* loop, int fd);
Dpipe.c143 if (uv__fd_exists(handle->loop, fd)) in uv_pipe_open()
Dtcp.c273 if (uv__fd_exists(handle->loop, sock)) in uv_tcp_open()
Dudp.c1072 if (uv__fd_exists(handle->loop, sock)) in uv_udp_open()
Dcore.c949 int uv__fd_exists(uv_loop_t* loop, int fd) { in uv__fd_exists() function