Home
last modified time | relevance | path

Searched refs:_Py_get_osfhandle (Results 1 – 6 of 6) sorted by relevance

/third_party/python/PC/
D_testconsole.c70 HANDLE hInput = _Py_get_osfhandle(((winconsoleio*)file)->fd); in _testconsole_write_input_impl()
Dmsvcrtmodule.c206 return _Py_get_osfhandle(fd); in msvcrt_get_osfhandle_impl()
/third_party/python/Include/cpython/
Dfileutils.h167 PyAPI_FUNC(void*) _Py_get_osfhandle(int fd);
/third_party/python/Modules/_io/
Dwinconsoleio.c649 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()
/third_party/python/Python/
Dfileutils.c2122 handle = _Py_get_osfhandle(fd); in _Py_dup()
2246 _Py_get_osfhandle(int fd) in _Py_get_osfhandle() function
/third_party/python/Modules/
Dmmapmodule.c1381 fh = _Py_get_osfhandle(fileno); in new_mmap_object()