Home
last modified time | relevance | path

Searched refs:max_chunk (Results 1 – 4 of 4) sorted by relevance

/unit/src/
H A Dnxt_conn.c77 c->max_chunk = NXT_INT32_T_MAX; in nxt_conn_create()
H A Dnxt_conn_write.c404 return c->max_chunk; in nxt_event_conn_write_limit()
424 return nxt_min((size_t) limit, c->max_chunk); in nxt_event_conn_write_limit()
H A Dnxt_event_conn_job_sendfile.c135 jbs->limit = c->max_chunk; in nxt_event_conn_job_sendfile_handler()
H A Dnxt_conn.h137 uint32_t max_chunk; member