Searched refs:Py_intptr_t (Results 1 – 6 of 6) 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;
77 typedef intptr_t Py_intptr_t; typedef86 typedef Py_intptr_t Py_ssize_t;
139 Py_intptr_t handle; in msvcrt_get_osfhandle()
3387 Py_intptr_t spawnval; in posix_spawnv()3477 Py_intptr_t spawnval; in posix_spawnve()3635 Py_intptr_t spawnval; in posix_spawnvp()3716 Py_intptr_t spawnval; in posix_spawnvpe()5605 fd1 = _open_osfhandle((Py_intptr_t)hChildStdinWrDup, mode); in _PyPopen()5616 fd1 = _open_osfhandle((Py_intptr_t)hChildStdoutRdDup, mode); in _PyPopen()5627 fd1 = _open_osfhandle((Py_intptr_t)hChildStdoutRdDup, mode); in _PyPopen()5638 fd1 = _open_osfhandle((Py_intptr_t)hChildStdinWrDup, mode); in _PyPopen()5664 fd1 = _open_osfhandle((Py_intptr_t)hChildStdinWrDup, mode); in _PyPopen()5666 fd2 = _open_osfhandle((Py_intptr_t)hChildStdoutRdDup, mode); in _PyPopen()[all …]
1388 : CMP((Py_intptr_t)s->e.udata, (Py_intptr_t)o->e.udata) in kqueue_event_richcompare()
2367 Py_intptr_t fd;