Searched refs:uv_get_osfhandle (Results 1 – 6 of 6) sorted by relevance
156 uv_os_fd_t uv_get_osfhandle(int fd) { in uv_get_osfhandle() function
1519 uv_os_fd_t uv_get_osfhandle(int fd) { in uv_get_osfhandle() function
1269 UV_EXTERN uv_os_fd_t uv_get_osfhandle(int fd);
544 .. c:function:: uv_os_fd_t uv_get_osfhandle(int fd)
1690 fd = uv_get_osfhandle((uv_file) fs_req.result); in TEST_IMPL()
3977 fd = uv_get_osfhandle(open_req1.result); in TEST_IMPL()4016 handle = uv_get_osfhandle(open_req1.result); in TEST_IMPL()
Completed in 30 milliseconds