Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dposixmodule.c.h4742 os_lseek_impl(PyObject *module, int fd, Py_off_t position, int how);
4767 _return_value = os_lseek_impl(module, fd, position, how); in os_lseek()
/third_party/python/Modules/
Dposixmodule.c9407 os_lseek_impl(PyObject *module, int fd, Py_off_t position, int how) in os_lseek_impl() function