Home
last modified time | relevance | path

Searched refs:nmax (Results 1 – 13 of 13) sorted by relevance

/unit/src/
H A Dnxt_recvbuf.h15 int32_t nmax; member
H A Dnxt_hpux_sendfile.c46 sb.nmax = NXT_IOBUF_MAX; in nxt_hpux_event_conn_io_sendfile()
70 sb.nmax = 1; in nxt_hpux_event_conn_io_sendfile()
H A Dnxt_aix_send_file.c30 sb.nmax = NXT_IOBUF_MAX; in nxt_aix_event_conn_io_send_file()
54 sb.nmax = 1; in nxt_aix_event_conn_io_send_file()
H A Dnxt_recvbuf.c30 if (++n >= rb->nmax) { in nxt_recvbuf_mem_coalesce()
H A Dnxt_sendbuf.h59 uint32_t nmax; member
H A Dnxt_macosx_sendfile.c43 sb.nmax = NXT_IOBUF_MAX; in nxt_macosx_event_conn_io_sendfile()
H A Dnxt_freebsd_sendfile.c48 sb.nmax = NXT_IOBUF_MAX; in nxt_freebsd_event_conn_io_sendfile()
H A Dnxt_linux_sendfile.c60 sb.nmax = NXT_IOBUF_MAX; in nxt_linux_event_conn_io_sendfile()
H A Dnxt_conn_read.c142 rb.nmax = NXT_IOBUF_MAX; in nxt_conn_io_recvbuf()
H A Dnxt_event_conn_job_sendfile.c70 sb.nmax = 1; in nxt_event_conn_job_sendfile_start()
H A Dnxt_sendbuf.c125 if (++n >= sb->nmax) { in nxt_sendbuf_mem_coalesce()
H A Dnxt_conn_write.c445 sb.nmax = NXT_IOBUF_MAX; in nxt_event_conn_io_sendbuf()
H A Dnxt_port_socket.c409 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()