OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv__fd_exists
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/libuv/dist/src/unix/
poll.c
70
if (
uv__fd_exists
(loop, fd))
130
if (
uv__fd_exists
(handle->loop, w->fd))
internal.h
273
int
uv__fd_exists
(uv_loop_t* loop, int fd);
pipe.c
202
if (
uv__fd_exists
(handle->loop, fd))
tcp.c
355
if (
uv__fd_exists
(handle->loop, sock))
udp.c
908
if (
uv__fd_exists
(handle->loop, sock))
core.c
1022
int
uv__fd_exists
(uv_loop_t* loop, int fd) {
function
Completed in 17 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026