Searched refs:hdtr (Results 1 – 2 of 2) sorted by relevance
18 struct sf_hdtr *hdtr, int flags) in nxt_sys_sendfile() argument38 struct sf_hdtr hdtr, *ht; in nxt_macosx_event_conn_io_sendfile() local77 nxt_memzero(&hdtr, sizeof(struct sf_hdtr)); in nxt_macosx_event_conn_io_sendfile()81 ht = &hdtr; in nxt_macosx_event_conn_io_sendfile()82 hdtr.headers = hd; in nxt_macosx_event_conn_io_sendfile()83 hdtr.hdr_cnt = nhd; in nxt_macosx_event_conn_io_sendfile()87 ht = &hdtr; in nxt_macosx_event_conn_io_sendfile()88 hdtr.trailers = tr; in nxt_macosx_event_conn_io_sendfile()89 hdtr.trl_cnt = ntr; in nxt_macosx_event_conn_io_sendfile()
22 struct sf_hdtr *hdtr, off_t *sbytes, int flags) in nxt_sys_sendfile() argument43 struct sf_hdtr hdtr, *ht; in nxt_freebsd_event_conn_io_sendfile() local81 nxt_memzero(&hdtr, sizeof(struct sf_hdtr)); in nxt_freebsd_event_conn_io_sendfile()84 ht = &hdtr; in nxt_freebsd_event_conn_io_sendfile()85 hdtr.headers = hd; in nxt_freebsd_event_conn_io_sendfile()86 hdtr.hdr_cnt = nhd; in nxt_freebsd_event_conn_io_sendfile()90 ht = &hdtr; in nxt_freebsd_event_conn_io_sendfile()91 hdtr.trailers = tr; in nxt_freebsd_event_conn_io_sendfile()92 hdtr.trl_cnt = ntr; in nxt_freebsd_event_conn_io_sendfile()