Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dhandle.c156 uv_os_fd_t uv_get_osfhandle(int fd) { in uv_get_osfhandle() function
/libuv/src/unix/
H A Dcore.c1519 uv_os_fd_t uv_get_osfhandle(int fd) { in uv_get_osfhandle() function
/libuv/include/
H A Duv.h1268 UV_EXTERN uv_os_fd_t uv_get_osfhandle(int fd);
/libuv/docs/src/
H A Dfs.rst544 .. c:function:: uv_os_fd_t uv_get_osfhandle(int fd)
/libuv/test/
H A Dtest-spawn.c1690 fd = uv_get_osfhandle((uv_file) fs_req.result); in TEST_IMPL()
H A Dtest-fs.c3972 fd = uv_get_osfhandle(open_req1.result); in TEST_IMPL()
4011 handle = uv_get_osfhandle(open_req1.result); in TEST_IMPL()

Completed in 54 milliseconds