Home
last modified time | relevance | path

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

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