Searched refs:trailers (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/apr/network_io/unix/
H A Dsendrecv.c393 arv = apr_socket_sendv(sock, hdtr->trailers, hdtr->numtrailers,
511 arv = apr_socket_sendv(sock, hdtr->trailers, hdtr->numtrailers,
568 headerstruct.trailers = hdtr->trailers;
625 hdtr->trailers,
737 hdtrarray[1] = hdtr->trailers[0];
742 trailerlen += hdtr->trailers[i].iov_len;
750 memcpy(trailerbuf, hdtr->trailers[i].iov_base,
751 hdtr->trailers[i].iov_len);
752 trailerbuf += hdtr->trailers[
[all...]
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_network_io.h193 * A structure to encapsulate headers and trailers for apr_socket_sendfile
260 /** A structure to encapsulate headers and trailers for apr_socket_sendfile */
266 /** An iovec to store the trailers sent after the file. */
267 struct iovec* trailers; member in struct:apr_hdtr_t
268 /** number of trailers in the iovec */
547 * optional headers and trailers
550 * @param hdtr A structure containing the headers and trailers to send
554 * including headers, file, and trailers
/freebsd-10.0-release/tools/tools/netrate/httpd/
H A Dhttpd.c151 sf_hdtr.trailers = NULL;
/freebsd-10.0-release/sys/sys/
H A Dsocket.h575 struct iovec *trailers; /* pointer to an array of trailer struct iovec's */ member in struct:sf_hdtr
/freebsd-10.0-release/tools/regression/sockets/sendfile/
H A Dsendfile.c308 hdtr.trailers = NULL;
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1639 uint32_t trailers; member in struct:sf_hdtr32
1668 PTRIN_CP(hdtr32, hdtr, trailers);
1678 if (hdtr.trailers != NULL) {
1679 iov32 = PTRIN(hdtr32.trailers);
/freebsd-10.0-release/sys/kern/
H A Duipc_syscalls.c1930 if (hdtr.trailers != NULL) {
1931 error = copyinuio(hdtr.trailers, hdtr.trl_cnt, &trl_uio);
2528 * Send trailers. Wimp out and use writev(2).

Completed in 214 milliseconds