Searched refs:Py_intptr_t (Results 1 – 5 of 5) sorted by relevance
160 typedef intptr_t Py_intptr_t; typedef164 typedef int Py_intptr_t; typedef168 typedef long Py_intptr_t; typedef172 typedef PY_LONG_LONG Py_intptr_t; typedef185 typedef Py_intptr_t Py_ssize_t;
139 Py_intptr_t handle; in msvcrt_get_osfhandle()
3375 Py_intptr_t spawnval; in posix_spawnv()3465 Py_intptr_t spawnval; in posix_spawnve()3617 Py_intptr_t spawnval; in posix_spawnvp()3698 Py_intptr_t spawnval; in posix_spawnvpe()5581 fd1 = _open_osfhandle((Py_intptr_t)hChildStdinWrDup, mode); in _PyPopen()5592 fd1 = _open_osfhandle((Py_intptr_t)hChildStdoutRdDup, mode); in _PyPopen()5603 fd1 = _open_osfhandle((Py_intptr_t)hChildStdoutRdDup, mode); in _PyPopen()5614 fd1 = _open_osfhandle((Py_intptr_t)hChildStdinWrDup, mode); in _PyPopen()5640 fd1 = _open_osfhandle((Py_intptr_t)hChildStdinWrDup, mode); in _PyPopen()5642 fd2 = _open_osfhandle((Py_intptr_t)hChildStdoutRdDup, mode); in _PyPopen()[all …]
1240 # define IDENT_CAST Py_intptr_t1319 Py_intptr_t result = 0; in kqueue_event_richcompare()
2367 Py_intptr_t fd;