Searched refs:trailers (Results 1 – 6 of 6) sorted by relevance
151 sf_hdtr.trailers = NULL; in http_serve()
608 struct iovec *trailers; /* pointer to an array of trailer struct iovec's */ member
309 hdtr.trailers = NULL; in send_test()
1636 uint32_t trailers; member1667 PTRIN_CP(hdtr32, hdtr, trailers); in freebsd32_do_sendfile()1677 if (hdtr.trailers != NULL) { in freebsd32_do_sendfile()1678 iov32 = PTRIN(hdtr32.trailers); in freebsd32_do_sendfile()
1831 if (hdtr.trailers != NULL) { in do_sendfile()1832 error = copyinuio(hdtr.trailers, hdtr.trl_cnt, &trl_uio); in do_sendfile()
136 and trailers around the compressed data.