Searched refs:uv_get_osfhandle (Results 1 – 7 of 7) sorted by relevance
156 uv_os_fd_t uv_get_osfhandle(int fd) { in uv_get_osfhandle() function
1401 uv_os_fd_t uv_get_osfhandle(int fd) { in uv_get_osfhandle() function
1184 UV_EXTERN uv_os_fd_t uv_get_osfhandle(int fd);
1170 UV_EXTERN uv_os_fd_t uv_get_osfhandle(int fd);
525 .. c:function:: uv_os_fd_t uv_get_osfhandle(int fd)
1523 fd = uv_get_osfhandle((uv_file) fs_req.result); in TEST_IMPL()
3699 fd = uv_get_osfhandle(open_req1.result); in TEST_IMPL()3738 handle = uv_get_osfhandle(open_req1.result); in TEST_IMPL()