Searched refs:nxt_event_conn_io_writev (Results 1 – 9 of 9) sorted by last modified time
/unit/src/ |
H A D | nxt_macosx_sendfile.c | 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()
|
H A D | nxt_kqueue_engine.c | 132 .writev = nxt_event_conn_io_writev,
|
H A D | nxt_freebsd_sendfile.c | 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()
|
H A D | nxt_hpux_sendfile.c | 58 return nxt_event_conn_io_writev(c, iov, nhd); in nxt_hpux_event_conn_io_sendfile() 66 return nxt_event_conn_io_writev(c, iov, nhd); in nxt_hpux_event_conn_io_sendfile()
|
H A D | nxt_epoll_engine.c | 116 .writev = nxt_event_conn_io_writev,
|
H A D | nxt_conn.h | 262 ssize_t nxt_event_conn_io_writev(nxt_conn_t *c, nxt_iobuf_t *iob,
|
H A D | nxt_conn_write.c | 449 return nxt_event_conn_io_writev(c, iob, niob); in nxt_event_conn_io_sendbuf() 454 nxt_event_conn_io_writev(nxt_conn_t *c, nxt_iobuf_t *iob, nxt_uint_t niob) in nxt_event_conn_io_writev() function
|
H A D | nxt_conn.c | 37 .writev = nxt_event_conn_io_writev,
|
H A D | nxt_aix_send_file.c | 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()
|