Home
last modified time | relevance | path

Searched refs:_PyLong_UnsignedInt_Converter (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
H A Dlongobject.h8 PyAPI_FUNC(int) _PyLong_UnsignedInt_Converter(PyObject *, void *);
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h4191 &pid, _PyLong_UnsignedInt_Converter, &flags)) { in os_pidfd_open()
5882 if (!_PyLong_UnsignedInt_Converter(args[5], &flags)) { in os_splice()
7924 if (!_PyLong_UnsignedInt_Converter(args[0], &initval)) { in os_eventfd()
/third_party/python/Objects/
H A Dlongobject.c1449 _PyLong_UnsignedInt_Converter(PyObject *obj, void *ptr) in _PyLong_UnsignedInt_Converter() function

Completed in 19 milliseconds