Searched defs:limit (Results 1 – 15 of 15) sorted by relevance
/unit/src/ |
H A D | nxt_solaris_sendfilev.c | 26 size_t limit) in nxt_solaris_event_conn_io_sendfilev() 91 nxt_bool_t *sync, size_t limit) in nxt_solaris_buf_coalesce()
|
H A D | nxt_aix_send_file.c | 17 nxt_aix_event_conn_io_send_file(nxt_event_conn_t *c, nxt_buf_t *b, size_t limit) in nxt_aix_event_conn_io_send_file()
|
H A D | nxt_sendbuf.h | 45 size_t limit; member 66 size_t limit; member
|
H A D | nxt_hpux_sendfile.c | 34 nxt_hpux_event_conn_io_sendfile(nxt_event_conn_t *c, nxt_buf_t *b, size_t limit) in nxt_hpux_event_conn_io_sendfile()
|
H A D | nxt_macosx_sendfile.c | 29 nxt_macosx_event_conn_io_sendfile(nxt_conn_t *c, nxt_buf_t *b, size_t limit) in nxt_macosx_event_conn_io_sendfile()
|
H A D | nxt_freebsd_sendfile.c | 34 size_t limit) in nxt_freebsd_event_conn_io_sendfile()
|
H A D | nxt_log_moderation.h | 13 uint32_t limit; member
|
H A D | nxt_conn_write.c | 391 ssize_t limit, correction; in nxt_event_conn_write_limit() local 430 nxt_event_conn_io_sendbuf(nxt_conn_t *c, nxt_buf_t *b, size_t limit) in nxt_event_conn_io_sendbuf()
|
H A D | nxt_linux_sendfile.c | 47 size_t limit) in nxt_linux_event_conn_io_sendfile()
|
H A D | nxt_event_conn_job_sendfile.c | 14 size_t limit; member
|
H A D | nxt_sendbuf.c | 212 size_t limit) in nxt_sendbuf_copy_coalesce()
|
H A D | nxt_cyassl.c | 396 nxt_buf_t *b, size_t limit) in nxt_cyassl_conn_io_write_chunk()
|
H A D | nxt_gnutls.c | 527 nxt_buf_t *b, size_t limit) in nxt_gnutls_conn_io_write_chunk()
|
H A D | nxt_conn.h | 32 size_t limit; member
|
/unit/test/unit/ |
H A D | http.py | 145 def log_truncate(self, log, limit=1024): argument
|