Home
last modified time | relevance | path

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

/third_party/python/Modules/_sha3/clinic/
H A Dsha3module.c.h132 if (!_PyLong_UnsignedLong_Converter(arg, &length)) { in _sha3_shake_128_digest()
159 if (!_PyLong_UnsignedLong_Converter(arg, &length)) { in _sha3_shake_128_hexdigest()
/third_party/python/Include/cpython/
H A Dlongobject.h9 PyAPI_FUNC(int) _PyLong_UnsignedLong_Converter(PyObject *, void *);
/third_party/python/Modules/_blake2/clinic/
H A Dblake2s_impl.c.h122 if (!_PyLong_UnsignedLong_Converter(fastargs[7], &leaf_size)) { in py_blake2s_new()
H A Dblake2b_impl.c.h122 if (!_PyLong_UnsignedLong_Converter(fastargs[7], &leaf_size)) { in py_blake2b_new()
/third_party/python/Objects/
H A Dlongobject.c1471 _PyLong_UnsignedLong_Converter(PyObject *obj, void *ptr) in _PyLong_UnsignedLong_Converter() function

Completed in 10 milliseconds