Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3651 os_readv_impl(PyObject *module, int fd, PyObject *buffers);
3665 _return_value = os_readv_impl(module, fd, buffers); in os_readv()
/external/python/cpython3/Modules/
Dposixmodule.c8133 os_readv_impl(PyObject *module, int fd, PyObject *buffers) in os_readv_impl() function