Home
last modified time | relevance | path

Searched refs:iov_cleanup (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dposixmodule.c9684 iov_cleanup(struct iovec *iov, Py_buffer *buf, int cnt) in iov_cleanup() function
9743 iov_cleanup(iov, buf, cnt); in os_readv_impl()
9893 iov_cleanup(iov, buf, cnt); in os_preadv_impl()
10065 iov_cleanup(sf.headers, hbuf, sf.hdr_cnt); in os_sendfile_impl()
10067 iov_cleanup(sf.trailers, tbuf, sf.trl_cnt); in os_sendfile_impl()
10398 iov_cleanup(iov, buf, cnt); in os_writev_impl()
10536 iov_cleanup(iov, buf, cnt); in os_pwritev_impl()

Completed in 26 milliseconds