Searched refs:trailers (Results 1 – 9 of 9) sorted by relevance
568 headerstruct.trailers = hdtr->trailers; in apr_socket_sendfile()625 hdtr->trailers, in apr_socket_sendfile()737 hdtrarray[1] = hdtr->trailers[0]; in apr_socket_sendfile()742 trailerlen += hdtr->trailers[i].iov_len; in apr_socket_sendfile()750 memcpy(trailerbuf, hdtr->trailers[i].iov_base, in apr_socket_sendfile()751 hdtr->trailers[i].iov_len); in apr_socket_sendfile()752 trailerbuf += hdtr->trailers[i].iov_len; in apr_socket_sendfile()872 parms.trailer_data = hdtr->trailers[0].iov_base; in apr_socket_sendfile()888 hdtr->trailers[i].iov_len); in apr_socket_sendfile()889 ptr += hdtr->trailers[i].iov_len; in apr_socket_sendfile()[all …]
640 struct iovec headers[1], trailers[1]; in hdtr_positive_test() local671 trailers[0].iov_base = "This is a trailer"; in hdtr_positive_test()672 trailers[0].iov_len = strlen(trailers[0].iov_base); in hdtr_positive_test()689 hdtr.trailers = trailers; in hdtr_positive_test()690 hdtr.trl_cnt = nitems(trailers); in hdtr_positive_test()692 hdtr.trailers = NULL; in hdtr_positive_test()703 testcases[i].include_trailers ? (char *)trailers[0].iov_base : ""); in hdtr_positive_test()782 hdtr3.trailers = (struct iovec*)-1; in hdtr_negative_bad_pointers_test()
151 sf_hdtr.trailers = NULL; in http_serve()
269 struct iovec* trailers; member
952 if (hdtr.trailers != NULL) { in sendfile()953 error = copyinuio(hdtr.trailers, hdtr.trl_cnt, in sendfile()
308 hdtr.trailers = NULL; in send_test()
628 struct iovec *trailers; /* pointer to an array of trailer struct iovec's */ member
1845 uint32_t trailers; member1874 PTRIN_CP(hdtr32, hdtr, trailers); in freebsd32_do_sendfile()1897 if (hdtr.trailers != NULL) { in freebsd32_do_sendfile()1898 iov32 = PTRIN(hdtr32.trailers); in freebsd32_do_sendfile()
136 and trailers around the compressed data.