Searched refs:_PyInt_AsInt (Results 1 – 8 of 8) sorted by relevance
43 PyAPI_FUNC(int) _PyInt_AsInt(PyObject *);
453 fileno = _PyInt_AsInt(res); in io_open()
2667 fd = _PyInt_AsInt(o); in PyObject_AsFileDescriptor()2680 fd = _PyInt_AsInt(fno); in PyObject_AsFileDescriptor()
193 _PyInt_AsInt(PyObject *obj) in _PyInt_AsInt() function
4402 prec = _PyInt_AsInt(v); in PyString_Format()
8520 prec = _PyInt_AsInt(v); in PyUnicode_Format()
538 timeout = _PyInt_AsInt(tout); in poll_poll()
2302 backlog = _PyInt_AsInt(arg);2971 how = _PyInt_AsInt(arg);