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
870 handle = uv__get_osfhandle(fd); in fs__read()1071 handle = uv__get_osfhandle(fd); in fs__write()1936 handle = uv__get_osfhandle(fd); in fs__fstat()1969 result = FlushFileBuffers(uv__get_osfhandle(fd)) ? 0 : -1; in fs__sync_impl()1998 handle = uv__get_osfhandle(fd); in fs__ftruncate()2193 handle = ReOpenFile(uv__get_osfhandle(fd), FILE_WRITE_ATTRIBUTES, 0, 0); in fs__fchmod()2350 handle = uv__get_osfhandle(fd); in fs__futime()
139 handle = uv__get_osfhandle(fd); in uv__duplicate_fd()
411 return uv_poll_init_socket(loop, handle, (SOCKET) uv__get_osfhandle(fd)); in uv_poll_init()
199 handle = (HANDLE) uv__get_osfhandle(fd); in uv_tty_init()
2278 HANDLE os_handle = uv__get_osfhandle(file); in uv_pipe_open()
2510 * win: make uv__get_osfhandle() public (Juan Cruz Viotti)