Home
last modified time | relevance | path

Searched refs:_PyInt_AsInt (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Include/
Dintobject.h46 PyAPI_FUNC(int) _PyInt_AsInt(PyObject *);
/external/python/cpython2/Modules/_io/
D_iomodule.c453 fileno = _PyInt_AsInt(res); in io_open()
/external/python/cpython2/Modules/_ctypes/
Dstgdict.c354 pack = _PyInt_AsInt(isPacked); in PyCStructUnionType_update_stgdict()
/external/python/cpython2/Objects/
Dfileobject.c2711 fd = _PyInt_AsInt(o); in PyObject_AsFileDescriptor()
2724 fd = _PyInt_AsInt(fno); in PyObject_AsFileDescriptor()
Dintobject.c189 _PyInt_AsInt(PyObject *obj) in _PyInt_AsInt() function
Dstringobject.c4414 prec = _PyInt_AsInt(v); in PyString_Format()
Dunicodeobject.c8529 prec = _PyInt_AsInt(v); in PyUnicode_Format()
/external/python/cpython2/Modules/_sqlite/
Dconnection.c948 rc = _PyInt_AsInt(ret); in _authorizer_callback()
/external/python/cpython2/Modules/
Dselectmodule.c527 timeout = _PyInt_AsInt(tout); in poll_poll()
Dsocketmodule.c2327 backlog = _PyInt_AsInt(arg);
2996 how = _PyInt_AsInt(arg);