Home
last modified time | relevance | path

Searched refs:_PyLong_UnsignedInt_Converter (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Dlongobject.h70 PyAPI_FUNC(int) _PyLong_UnsignedInt_Converter(PyObject *, void *);
/third_party/python/Modules/clinic/
Dposixmodule.c.h4119 &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()
/third_party/python/Lib/test/
Dclinic.test1038 if (!_PyLong_UnsignedInt_Converter(args[0], &a)) {
1044 if (!_PyLong_UnsignedInt_Converter(args[1], &b)) {
/third_party/python/Objects/
Dlongobject.c1371 _PyLong_UnsignedInt_Converter(PyObject *obj, void *ptr) in _PyLong_UnsignedInt_Converter() function