Searched refs:_Py_get_osfhandle (Results 1 – 6 of 6) sorted by relevance
70 HANDLE hInput = _Py_get_osfhandle(((winconsoleio*)file)->fd); in _testconsole_write_input_impl()
206 return _Py_get_osfhandle(fd); in msvcrt_get_osfhandle_impl()
167 PyAPI_FUNC(void*) _Py_get_osfhandle(int fd);
649 HANDLE handle = _Py_get_osfhandle(self->fd); in readinto()785 handle = _Py_get_osfhandle(self->fd); in _io__WindowsConsoleIO_readall_impl()967 handle = _Py_get_osfhandle(self->fd); in _io__WindowsConsoleIO_write_impl()
2122 handle = _Py_get_osfhandle(fd); in _Py_dup()2246 _Py_get_osfhandle(int fd) in _Py_get_osfhandle() function
1381 fh = _Py_get_osfhandle(fileno); in new_mmap_object()