hdtr               51 os/unix/ngx_darwin_sendfile_chain.c     struct sf_hdtr   hdtr;
hdtr              223 os/unix/ngx_darwin_sendfile_chain.c             hdtr.headers = header.nelts ? (struct iovec *) header.elts: NULL;
hdtr              224 os/unix/ngx_darwin_sendfile_chain.c             hdtr.hdr_cnt = header.nelts;
hdtr              225 os/unix/ngx_darwin_sendfile_chain.c             hdtr.trailers = trailer.nelts ? (struct iovec *) trailer.elts: NULL;
hdtr              226 os/unix/ngx_darwin_sendfile_chain.c             hdtr.trl_cnt = trailer.nelts;
hdtr              235 os/unix/ngx_darwin_sendfile_chain.c                           &sent, &hdtr, 0);
hdtr               53 os/unix/ngx_freebsd_sendfile_chain.c     struct sf_hdtr   hdtr;
hdtr              249 os/unix/ngx_freebsd_sendfile_chain.c             hdtr.headers = (struct iovec *) header.elts;
hdtr              250 os/unix/ngx_freebsd_sendfile_chain.c             hdtr.hdr_cnt = header.nelts;
hdtr              251 os/unix/ngx_freebsd_sendfile_chain.c             hdtr.trailers = (struct iovec *) trailer.elts;
hdtr              252 os/unix/ngx_freebsd_sendfile_chain.c             hdtr.trl_cnt = trailer.nelts;
hdtr              270 os/unix/ngx_freebsd_sendfile_chain.c                           file_size + header_size, &hdtr, &sent, flags);