Searched refs:os_preadv_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 3740 os_preadv_impl(PyObject *module, int fd, PyObject *buffers, Py_off_t offset, 3757 _return_value = os_preadv_impl(module, fd, buffers, offset, flags); in os_preadv()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 8250 os_preadv_impl(PyObject *module, int fd, PyObject *buffers, Py_off_t offset, in os_preadv_impl() function
|