Home
last modified time | relevance | path

Searched refs:Py_intptr_t (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dpyport.h160 typedef intptr_t Py_intptr_t; typedef
164 typedef int Py_intptr_t; typedef
168 typedef long Py_intptr_t; typedef
172 typedef PY_LONG_LONG Py_intptr_t; typedef
185 typedef Py_intptr_t Py_ssize_t;
/external/python/cpython2/PC/
Dmsvcrtmodule.c139 Py_intptr_t handle; in msvcrt_get_osfhandle()
/external/python/cpython2/Modules/
Dposixmodule.c3375 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 …]
Dselectmodule.c1240 # define IDENT_CAST Py_intptr_t
1319 Py_intptr_t result = 0; in kqueue_event_richcompare()
Dsocketmodule.c2367 Py_intptr_t fd;