Searched refs:os_pread_impl (Results 1 – 2 of 2) sorted by relevance
3692 os_pread_impl(PyObject *module, int fd, int length, Py_off_t offset);3706 return_value = os_pread_impl(module, fd, length, offset); in os_pread()
8189 os_pread_impl(PyObject *module, int fd, int length, Py_off_t offset) in os_pread_impl() function