Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/apr/network_io/unix/
HDsendrecv.c673 apr_size_t nbytes = *len, headerlen, trailerlen; in apr_socket_sendfile() local
740 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()