Home
last modified time | relevance | path

Searched refs:msvcrt_get_osfhandle_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/PC/clinic/
Dmsvcrtmodule.c.h152 msvcrt_get_osfhandle_impl(PyObject *module, int fd);
164 _return_value = msvcrt_get_osfhandle_impl(module, fd); in msvcrt_get_osfhandle()
/external/python/cpython3/PC/
Dmsvcrtmodule.c199 msvcrt_get_osfhandle_impl(PyObject *module, int fd) in msvcrt_get_osfhandle_impl() function