Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dposixmodule.c.h4771 return_value = PyLong_FromPy_off_t(_return_value); in os_lseek()
/third_party/python/Modules/
Dposixmodule.c1488 PyLong_FromPy_off_t(Py_off_t offset) in PyLong_FromPy_off_t() function