Home
last modified time | relevance | path

Searched refs:NXT_IOBUF_MAX (Results 1 – 10 of 10) sorted by last modified time

/unit/src/
H A Dnxt_conn_write.c167 struct iovec iov[NXT_IOBUF_MAX]; in nxt_conn_io_sendbuf()
169 niov = nxt_sendbuf_mem_coalesce0(task, sb, iov, NXT_IOBUF_MAX); in nxt_conn_io_sendbuf()
433 struct iovec iob[NXT_IOBUF_MAX]; in nxt_event_conn_io_sendbuf()
438 sb.nmax = NXT_IOBUF_MAX; in nxt_event_conn_io_sendbuf()
H A Dnxt_unix.h271 #define NXT_IOBUF_MAX 8 macro
H A Dnxt_port_socket.c372 uint32_t mmsg_buf[3 * NXT_IOBUF_MAX * 10]; in nxt_port_write_handler()
375 struct iovec iov[NXT_IOBUF_MAX * 10]; in nxt_port_write_handler()
409 sb.nmax = NXT_IOBUF_MAX - 1; in nxt_port_write_handler()
422 sb.nmax = nxt_min(NXT_IOBUF_MAX * 10 - 1, in nxt_port_write_handler()
H A Dnxt_solaris_sendfilev.c34 sendfilevec_t sfv[NXT_IOBUF_MAX]; in nxt_solaris_event_conn_io_sendfilev()
144 if (++i >= NXT_IOBUF_MAX) { in nxt_solaris_buf_coalesce()
H A Dnxt_macosx_sendfile.c37 struct iovec hd[NXT_IOBUF_MAX], tr[NXT_IOBUF_MAX]; in nxt_macosx_event_conn_io_sendfile()
43 sb.nmax = NXT_IOBUF_MAX; in nxt_macosx_event_conn_io_sendfile()
H A Dnxt_linux_sendfile.c55 struct iovec iov[NXT_IOBUF_MAX]; in nxt_linux_event_conn_io_sendfile()
60 sb.nmax = NXT_IOBUF_MAX; in nxt_linux_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()
48 sb.nmax = NXT_IOBUF_MAX; in nxt_freebsd_event_conn_io_sendfile()
H A Dnxt_hpux_sendfile.c41 struct iovec iov[NXT_IOBUF_MAX], *hdtrl; in nxt_hpux_event_conn_io_sendfile()
46 sb.nmax = NXT_IOBUF_MAX; in nxt_hpux_event_conn_io_sendfile()
H A Dnxt_conn_read.c137 struct iovec iov[NXT_IOBUF_MAX]; in nxt_conn_io_recvbuf()
142 rb.nmax = NXT_IOBUF_MAX; in nxt_conn_io_recvbuf()
H A Dnxt_aix_send_file.c24 struct iovec hd[NXT_IOBUF_MAX], tr; in nxt_aix_event_conn_io_send_file()
30 sb.nmax = NXT_IOBUF_MAX; in nxt_aix_event_conn_io_send_file()