Searched refs:trailerlen (Results 1 – 1 of 1) sorted by relevance
673 apr_size_t nbytes = *len, headerlen, trailerlen; in apr_socket_sendfile() local740 trailerlen = 0; in apr_socket_sendfile()742 trailerlen += hdtr->trailers[i].iov_len; in apr_socket_sendfile()746 trailerbuf = hdtrarray[1].iov_base = apr_palloc(sock->pool, trailerlen); in apr_socket_sendfile()747 hdtrarray[1].iov_len = trailerlen; in apr_socket_sendfile()