Home
last modified time | relevance | path

Searched refs:_PyLong_UnsignedLongLong_Converter (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
H A Dlongobject.h10 PyAPI_FUNC(int) _PyLong_UnsignedLongLong_Converter(PyObject *, void *);
/third_party/python/Modules/_blake2/clinic/
H A Dblake2s_impl.c.h130 if (!_PyLong_UnsignedLongLong_Converter(fastargs[8], &node_offset)) { in py_blake2s_new()
H A Dblake2b_impl.c.h130 if (!_PyLong_UnsignedLongLong_Converter(fastargs[8], &node_offset)) { in py_blake2b_new()
/third_party/python/Objects/
H A Dlongobject.c1488 _PyLong_UnsignedLongLong_Converter(PyObject *obj, void *ptr) in _PyLong_UnsignedLongLong_Converter() function
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h8012 if (!_PyLong_UnsignedLongLong_Converter(args[1], &value)) { in os_eventfd_write()

Completed in 19 milliseconds