Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dfileutils.h158 PyAPI_FUNC(int) _Py_dup(int fd);
/third_party/python/Python/
Dfileutils.c2113 _Py_dup(int fd) in _Py_dup() function
/third_party/python/Modules/
Dmmapmodule.c1277 m_obj->fd = _Py_dup(fd); in new_mmap_object()
Dposixmodule.c4117 fd = _Py_dup(path->fd); in _posix_listdir()
9249 return _Py_dup(fd); in os_dup_impl()
14307 fd = _Py_dup(iterator->path.fd); in os_scandir_impl()
Dsocketmodule.c5977 newfd = _Py_dup(fd);
/third_party/python/Parser/
Dtokenizer.c2080 fd = _Py_dup(fd); in PyTokenizer_FindEncodingFilename()