Searched refs:os_pwrite_impl (Results 1 – 2 of 2) sorted by relevance
3995 os_pwrite_impl(PyObject *module, int fd, Py_buffer *buffer, Py_off_t offset);4010 _return_value = os_pwrite_impl(module, fd, &buffer, offset); in os_pwrite()
8744 os_pwrite_impl(PyObject *module, int fd, Py_buffer *buffer, Py_off_t offset) in os_pwrite_impl() function