Searched refs:uv__get_osfhandle (Results 1 – 8 of 8) sorted by relevance
39 handle = uv__get_osfhandle(file); in uv_guess_handle()157 return uv__get_osfhandle(fd); in uv_get_osfhandle()
166 INLINE static HANDLE uv__get_osfhandle(int fd) in uv__get_osfhandle() function
139 handle = uv__get_osfhandle(fd); in uv__duplicate_fd()
826 handle = uv__get_osfhandle(fd); in fs__read()1027 handle = uv__get_osfhandle(fd); in fs__write()2060 handle = uv__get_osfhandle(fd); in fs__fstat()2093 result = FlushFileBuffers(uv__get_osfhandle(fd)) ? 0 : -1; in fs__sync_impl()2122 handle = uv__get_osfhandle(fd); in fs__ftruncate()2317 handle = ReOpenFile(uv__get_osfhandle(fd), FILE_WRITE_ATTRIBUTES, 0, 0); in fs__fchmod()2474 handle = uv__get_osfhandle(fd); in fs__futime()
411 return uv_poll_init_socket(loop, handle, (SOCKET) uv__get_osfhandle(fd)); in uv_poll_init()
194 handle = (HANDLE) uv__get_osfhandle(fd); in uv_tty_init()
2421 HANDLE os_handle = uv__get_osfhandle(file); in uv_pipe_open()
3441 * win: make uv__get_osfhandle() public (Juan Cruz Viotti)
Completed in 40 milliseconds