Searched refs:os_lseek_impl (Results 1 – 2 of 2) sorted by relevance
4878 os_lseek_impl(PyObject *module, int fd, Py_off_t position, int how);4913 _return_value = os_lseek_impl(module, fd, position, how); in os_lseek()
9316 os_lseek_impl(PyObject *module, int fd, Py_off_t position, int how) in os_lseek_impl() function