Searched refs:os_sendfile_impl (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Modules/clinic/ |
H A D | posixmodule.c.h | 5134 os_sendfile_impl(PyObject *module, int out_fd, int in_fd, Py_off_t offset, 5192 return_value = os_sendfile_impl(module, out_fd, in_fd, offset, sbytes, headers, trailers, flags); in os_sendfile() 5213 os_sendfile_impl(PyObject *module, int out_fd, int in_fd, Py_off_t offset, 5280 return_value = os_sendfile_impl(module, out_fd, in_fd, offset, count, headers, trailers, flags); in os_sendfile() 5300 os_sendfile_impl(PyObject *module, int out_fd, int in_fd, PyObject *offobj, 5340 return_value = os_sendfile_impl(module, out_fd, in_fd, offobj, count); in os_sendfile()
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 9940 os_sendfile_impl(PyObject *module, int out_fd, int in_fd, Py_off_t offset, in os_sendfile_impl() function 9960 os_sendfile_impl(PyObject *module, int out_fd, int in_fd, Py_off_t offset, in os_sendfile_impl() 9977 os_sendfile_impl(PyObject *module, int out_fd, int in_fd, PyObject *offobj, in os_sendfile_impl()
|
Completed in 29 milliseconds