Home
last modified time | relevance | path

Searched refs:PyLong_FromPy_off_t (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3596 return_value = PyLong_FromPy_off_t(_return_value); in os_lseek()
/external/python/cpython3/Modules/
Dposixmodule.c1268 PyLong_FromPy_off_t(Py_off_t offset) in PyLong_FromPy_off_t() function