Searched defs:iov (Results 1 – 11 of 11) sorted by relevance
/unit/src/ |
H A D | nxt_hpux_sendfile.c | 41 struct iovec iov[NXT_IOBUF_MAX], *hdtrl; in nxt_hpux_event_conn_io_sendfile() local
|
H A D | nxt_fs_mount.c | 88 struct iovec iov[128]; in nxt_fs_mount() local
|
H A D | nxt_conn_read.c | 137 struct iovec iov[NXT_IOBUF_MAX]; in nxt_conn_io_recvbuf() local
|
H A D | nxt_conn_write.c | 167 struct iovec iov[NXT_IOBUF_MAX]; in nxt_conn_io_sendbuf() local 297 nxt_conn_io_writev(nxt_task_t *task, nxt_sendbuf_t *sb, struct iovec *iov, in nxt_conn_io_writev()
|
H A D | nxt_linux_sendfile.c | 55 struct iovec iov[NXT_IOBUF_MAX]; in nxt_linux_event_conn_io_sendfile() local
|
H A D | nxt_port_socket.c | 375 struct iovec iov[NXT_IOBUF_MAX * 10]; in nxt_port_write_handler() local 739 struct iovec iov[2]; in nxt_port_read_handler() local 818 struct iovec iov[2]; in nxt_port_queue_read_handler() local
|
H A D | nxt_sendbuf.c | 18 struct iovec *iov, nxt_uint_t niov_max) in nxt_sendbuf_mem_coalesce0()
|
H A D | nxt_gnutls.c | 398 nxt_gnutls_vec_push(gnutls_transport_ptr_t data, const giovec_t *iov, in nxt_gnutls_vec_push()
|
H A D | nxt_openssl.c | 1370 struct iovec iov; local
|
H A D | nxt_unit.c | 3324 const struct iovec iov = { (void *) start, size }; in nxt_unit_websocket_send() local 3332 uint8_t last, const struct iovec *iov, int iovcnt) in nxt_unit_websocket_sendv() 6000 struct iovec iov[1]; in nxt_unit_sendmsg() local 6196 struct iovec iov[1]; in nxt_unit_port_recv() local
|
/unit/src/nodejs/unit-http/ |
H A D | unit.cpp | 1049 struct iovec iov[2]; in websocket_send_frame() local
|