Home
last modified time | relevance | path

Searched refs:nxt_event_conn_io_send (Results 1 – 5 of 5) sorted by relevance

/unit/src/
H A Dnxt_conn.c38 .send = nxt_event_conn_io_send,
H A Dnxt_conn_write.c468 return nxt_event_conn_io_send(c, iob->iov_base, iob->iov_len); in nxt_event_conn_io_writev()
506 nxt_event_conn_io_send(nxt_conn_t *c, void *buf, size_t size) in nxt_event_conn_io_send() function
H A Dnxt_conn.h265 ssize_t nxt_event_conn_io_send(nxt_conn_t *c, void *buf, size_t size);
H A Dnxt_kqueue_engine.c133 .send = nxt_event_conn_io_send,
H A Dnxt_epoll_engine.c117 .send = nxt_event_conn_io_send,