Home
last modified time | relevance | path

Searched refs:sfv (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/apr/network_io/unix/
Dsendrecv.c983 sendfilevec_t *sfv; in apr_socket_sendfile() local
996 sfv = apr_palloc(sock->pool, sizeof(sendfilevec_t) * vecs); in apr_socket_sendfile()
1002 sfv[curvec].sfv_fd = SFV_FD_SELF; in apr_socket_sendfile()
1003 sfv[curvec].sfv_flag = 0; in apr_socket_sendfile()
1006 sfv[curvec].sfv_off = (unsigned long)hdtr->headers[i].iov_base; in apr_socket_sendfile()
1007 sfv[curvec].sfv_len = hdtr->headers[i].iov_len; in apr_socket_sendfile()
1008 requested_len += sfv[curvec].sfv_len; in apr_socket_sendfile()
1014 sfv[curvec].sfv_fd = file->filedes; in apr_socket_sendfile()
1015 sfv[curvec].sfv_flag = 0; in apr_socket_sendfile()
1016 sfv[curvec].sfv_off = *offset; in apr_socket_sendfile()
[all …]