Home
last modified time | relevance | path

Searched refs:uv__get_osfhandle (Results 1 – 8 of 8) sorted by relevance

/libuv/src/win/
H A Dhandle.c39 handle = uv__get_osfhandle(file); in uv_guess_handle()
157 return uv__get_osfhandle(fd); in uv_get_osfhandle()
H A Dhandle-inl.h166 INLINE static HANDLE uv__get_osfhandle(int fd) in uv__get_osfhandle() function
H A Dprocess-stdio.c139 handle = uv__get_osfhandle(fd); in uv__duplicate_fd()
H A Dfs.c826 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()
H A Dpoll.c411 return uv_poll_init_socket(loop, handle, (SOCKET) uv__get_osfhandle(fd)); in uv_poll_init()
H A Dtty.c194 handle = (HANDLE) uv__get_osfhandle(fd); in uv_tty_init()
H A Dpipe.c2421 HANDLE os_handle = uv__get_osfhandle(file); in uv_pipe_open()
/libuv/
H A DChangeLog3441 * win: make uv__get_osfhandle() public (Juan Cruz Viotti)

Completed in 45 milliseconds