Searched refs:hdtr (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_darwin_sendfile_chain.c | 43 struct sf_hdtr hdtr; in ngx_darwin_sendfile_chain() local 124 hdtr.headers = header.count ? header.iovs : NULL; in ngx_darwin_sendfile_chain() 125 hdtr.hdr_cnt = header.count; in ngx_darwin_sendfile_chain() 126 hdtr.trailers = trailer.count ? trailer.iovs : NULL; in ngx_darwin_sendfile_chain() 127 hdtr.trl_cnt = trailer.count; in ngx_darwin_sendfile_chain() 136 &sent, &hdtr, 0); in ngx_darwin_sendfile_chain()
|
| H A D | ngx_freebsd_sendfile_chain.c | 45 struct sf_hdtr hdtr; in ngx_freebsd_sendfile_chain() local 166 hdtr.headers = header.count ? header.iovs : NULL; in ngx_freebsd_sendfile_chain() 167 hdtr.hdr_cnt = header.count; in ngx_freebsd_sendfile_chain() 168 hdtr.trailers = trailer.count ? trailer.iovs : NULL; in ngx_freebsd_sendfile_chain() 169 hdtr.trl_cnt = trailer.count; in ngx_freebsd_sendfile_chain() 188 file_size + header.size, &hdtr, &sent, flags); in ngx_freebsd_sendfile_chain()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_sendfile.c | 1264 struct sf_hdtr hdtr; in sendfile() local 1280 if (uap->hdtr != NULL) { in sendfile() 1281 error = copyin(uap->hdtr, &hdtr, sizeof(hdtr)); in sendfile() 1284 if (hdtr.headers != NULL) { in sendfile() 1285 error = copyinuio(hdtr.headers, hdtr.hdr_cnt, in sendfile() 1303 if (hdtr.trailers != NULL) { in sendfile() 1304 error = copyinuio(hdtr.trailers, hdtr.trl_cnt, in sendfile() 1361 args.hdtr = uap->hdtr; in freebsd4_sendfile()
|
| H A D | systrace_args.c | 1944 uarg[4] = (intptr_t) p->hdtr; /* struct sf_hdtr * */ in systrace_args()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | sysproto.h | 233 …char hdtr_l_[PADL_(struct sf_hdtr *)]; struct sf_hdtr * hdtr; char hdtr_r_[PADR_(struct sf_hdtr *)… member
|
| /f-stack/freebsd/sys/ |
| H A D | sysproto.h | 1044 …char hdtr_l_[PADL_(struct sf_hdtr *)]; struct sf_hdtr * hdtr; char hdtr_r_[PADR_(struct sf_hdtr *)… member 2457 …char hdtr_l_[PADL_(struct sf_hdtr *)]; struct sf_hdtr * hdtr; char hdtr_r_[PADR_(struct sf_hdtr *)… member
|