Home
last modified time | relevance | path

Searched refs:hd (Results 1 – 3 of 3) sorted by relevance

/unit/src/
H A Dnxt_aix_send_file.c24 struct iovec hd[NXT_IOBUF_MAX], tr; in nxt_aix_event_conn_io_send_file() local
29 sb.iobuf = hd; in nxt_aix_event_conn_io_send_file()
42 return nxt_event_conn_io_writev(c, hd, nhd); in nxt_aix_event_conn_io_send_file()
50 return nxt_event_conn_io_writev(c, hd, nhd); in nxt_aix_event_conn_io_send_file()
61 sfp.header_data = hd[0].iov_base; in nxt_aix_event_conn_io_send_file()
62 sfp.header_length = hd[0].iov_len; in nxt_aix_event_conn_io_send_file()
H A Dnxt_macosx_sendfile.c37 struct iovec hd[NXT_IOBUF_MAX], tr[NXT_IOBUF_MAX]; in nxt_macosx_event_conn_io_sendfile() local
42 sb.iobuf = hd; in nxt_macosx_event_conn_io_sendfile()
55 return nxt_event_conn_io_writev(c, hd, nhd); in nxt_macosx_event_conn_io_sendfile()
64 return nxt_event_conn_io_writev(c, hd, nhd); in nxt_macosx_event_conn_io_sendfile()
82 hdtr.headers = hd; in nxt_macosx_event_conn_io_sendfile()
H A Dnxt_freebsd_sendfile.c42 struct iovec hd[NXT_IOBUF_MAX], tr[NXT_IOBUF_MAX]; in nxt_freebsd_event_conn_io_sendfile() local
47 sb.iobuf = hd; in nxt_freebsd_event_conn_io_sendfile()
60 return nxt_event_conn_io_writev(c, hd, nhd); in nxt_freebsd_event_conn_io_sendfile()
68 return nxt_event_conn_io_writev(c, hd, nhd); in nxt_freebsd_event_conn_io_sendfile()
85 hdtr.headers = hd; in nxt_freebsd_event_conn_io_sendfile()