Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/apr/network_io/unix/
HDsendrecv.c675 char *headerbuf, *trailerbuf; in apr_socket_sendfile() local
746 trailerbuf = hdtrarray[1].iov_base = apr_palloc(sock->pool, trailerlen); in apr_socket_sendfile()
750 memcpy(trailerbuf, hdtr->trailers[i].iov_base, in apr_socket_sendfile()
752 trailerbuf += hdtr->trailers[i].iov_len; in apr_socket_sendfile()