Searched refs:iov_cleanup (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/ |
D | posixmodule.c | 8101 iov_cleanup(struct iovec *iov, Py_buffer *buf, int cnt) in iov_cleanup() function 8160 iov_cleanup(iov, buf, cnt); in os_readv_impl() 8298 iov_cleanup(iov, buf, cnt); in os_preadv_impl() 8440 iov_cleanup(sf.headers, hbuf, sf.hdr_cnt); in posix_sendfile() 8442 iov_cleanup(sf.trailers, tbuf, sf.trl_cnt); in posix_sendfile() 8718 iov_cleanup(iov, buf, cnt); in os_writev_impl() 8841 iov_cleanup(iov, buf, cnt); in os_pwritev_impl()
|