Searched refs:os_read_impl (Results 1 – 2 of 2) sorted by relevance
3612 os_read_impl(PyObject *module, int fd, Py_ssize_t length);3625 return_value = os_read_impl(module, fd, length); in os_read()
8026 os_read_impl(PyObject *module, int fd, Py_ssize_t length) in os_read_impl() function