Searched refs:_PyLong_UnsignedInt_Converter (Results 1 – 4 of 4) sorted by relevance
70 PyAPI_FUNC(int) _PyLong_UnsignedInt_Converter(PyObject *, void *);
4119 &pid, _PyLong_UnsignedInt_Converter, &flags)) { in os_pidfd_open()5806 if (!_PyLong_UnsignedInt_Converter(args[5], &flags)) { in os_splice()7848 if (!_PyLong_UnsignedInt_Converter(args[0], &initval)) { in os_eventfd()
1038 if (!_PyLong_UnsignedInt_Converter(args[0], &a)) {1044 if (!_PyLong_UnsignedInt_Converter(args[1], &b)) {
1371 _PyLong_UnsignedInt_Converter(PyObject *obj, void *ptr) in _PyLong_UnsignedInt_Converter() function