Searched refs:hdtrarray (Results 1 – 1 of 1) sorted by relevance
674 struct iovec hdtrarray[2]; in apr_socket_sendfile() local708 hdtrarray[0].iov_base = NULL; in apr_socket_sendfile()709 hdtrarray[0].iov_len = 0; in apr_socket_sendfile()712 hdtrarray[0] = hdtr->headers[0]; in apr_socket_sendfile()722 hdtrarray[0].iov_len = headerlen; in apr_socket_sendfile()733 hdtrarray[1].iov_base = NULL; in apr_socket_sendfile()734 hdtrarray[1].iov_len = 0; in apr_socket_sendfile()737 hdtrarray[1] = hdtr->trailers[0]; in apr_socket_sendfile()747 hdtrarray[1].iov_len = trailerlen; in apr_socket_sendfile()766 rc = writev(sock->socketdes, hdtrarray, 2); in apr_socket_sendfile()[all …]