limit             115 core/ngx_buf.h     off_t                        limit;
limit             654 core/ngx_output_chain.c     ctx->out = c->send_chain(c, ctx->out, ctx->limit);
limit             457 event/ngx_event.c     ngx_int_t      limit;
limit             469 event/ngx_event.c             limit = (ccf->rlimit_nofile == NGX_CONF_UNSET) ?
limit             475 event/ngx_event.c                           ecf->connections, limit);
limit             923 event/ngx_event_openssl.c ngx_ssl_send_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
limit             962 event/ngx_event_openssl.c     if (limit == 0 || limit > (off_t) (NGX_MAX_UINT32_VALUE - ngx_pagesize)) {
limit             963 event/ngx_event_openssl.c         limit = NGX_MAX_UINT32_VALUE - ngx_pagesize;
limit             993 event/ngx_event_openssl.c         while (in && buf->last < buf->end && send < limit) {
limit            1009 event/ngx_event_openssl.c             if (send + size > limit) {
limit            1010 event/ngx_event_openssl.c                 size = (ssize_t) (limit - send);
limit            1057 event/ngx_event_openssl.c         if (in == NULL || send == limit) {
limit             144 event/ngx_event_openssl.h     off_t limit);
limit            1138 http/ngx_http_upstream.c     u->writer.limit = 0;
limit              49 http/ngx_http_write_filter_module.c     off_t                      size, sent, nsent, limit;
limit             213 http/ngx_http_write_filter_module.c         limit = r->limit_rate * (ngx_time() - r->start_sec + 1)
limit             216 http/ngx_http_write_filter_module.c         if (limit <= 0) {
limit             219 http/ngx_http_write_filter_module.c                           (ngx_msec_t) (- limit * 1000 / r->limit_rate + 1));
limit             227 http/ngx_http_write_filter_module.c         limit = clcf->sendfile_max_chunk;
limit             230 http/ngx_http_write_filter_module.c         limit = 0;
limit             236 http/ngx_http_write_filter_module.c                    "http write filter limit %O", limit);
limit             238 http/ngx_http_write_filter_module.c     chain = c->send_chain(c, r->out, limit);
limit              13 os/unix/ngx_aio_write_chain.c ngx_aio_write_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
limit              23 os/unix/ngx_aio_write_chain.c     if (limit == 0 || limit > (off_t) (NGX_MAX_SIZE_T_VALUE - ngx_pagesize)) {
limit              24 os/unix/ngx_aio_write_chain.c         limit = NGX_MAX_SIZE_T_VALUE - ngx_pagesize;
limit              50 os/unix/ngx_aio_write_chain.c         while (cl && prev == cl->buf->pos && send < limit) {
limit              57 os/unix/ngx_aio_write_chain.c             if (send + size > limit) {
limit              58 os/unix/ngx_aio_write_chain.c                 size = limit - send;
limit              12 os/unix/ngx_darwin.h     off_t limit);
limit              39 os/unix/ngx_darwin_sendfile_chain.c ngx_darwin_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
limit              73 os/unix/ngx_darwin_sendfile_chain.c     if (limit == 0 || limit > (off_t) (NGX_MAX_SIZE_T_VALUE - ngx_pagesize)) {
limit              74 os/unix/ngx_darwin_sendfile_chain.c         limit = NGX_MAX_SIZE_T_VALUE - ngx_pagesize;
limit             106 os/unix/ngx_darwin_sendfile_chain.c              cl && header.nelts < IOV_MAX && send < limit;
limit             119 os/unix/ngx_darwin_sendfile_chain.c             if (send + size > limit) {
limit             120 os/unix/ngx_darwin_sendfile_chain.c                 size = limit - send;
limit             142 os/unix/ngx_darwin_sendfile_chain.c         if (cl && cl->buf->in_file && send < limit) {
limit             150 os/unix/ngx_darwin_sendfile_chain.c                 if (send + size > limit) {
limit             151 os/unix/ngx_darwin_sendfile_chain.c                     size = limit - send;
limit             168 os/unix/ngx_darwin_sendfile_chain.c                      && send < limit
limit             180 os/unix/ngx_darwin_sendfile_chain.c             while (cl && header.nelts < IOV_MAX && send < limit) {
limit             193 os/unix/ngx_darwin_sendfile_chain.c                 if (send + size > limit) {
limit             194 os/unix/ngx_darwin_sendfile_chain.c                     size = limit - send;
limit             359 os/unix/ngx_darwin_sendfile_chain.c         if (send >= limit || cl == NULL) {
limit              12 os/unix/ngx_freebsd.h     off_t limit);
limit              41 os/unix/ngx_freebsd_sendfile_chain.c ngx_freebsd_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
limit              75 os/unix/ngx_freebsd_sendfile_chain.c     if (limit == 0 || limit > (off_t) (NGX_MAX_SIZE_T_VALUE - ngx_pagesize)) {
limit              76 os/unix/ngx_freebsd_sendfile_chain.c         limit = NGX_MAX_SIZE_T_VALUE - ngx_pagesize;
limit             110 os/unix/ngx_freebsd_sendfile_chain.c              cl && header.nelts < IOV_MAX && send < limit;
limit             123 os/unix/ngx_freebsd_sendfile_chain.c             if (send + size > limit) {
limit             124 os/unix/ngx_freebsd_sendfile_chain.c                 size = limit - send;
limit             146 os/unix/ngx_freebsd_sendfile_chain.c         if (cl && cl->buf->in_file && send < limit) {
limit             154 os/unix/ngx_freebsd_sendfile_chain.c                 if (send + size > limit) {
limit             155 os/unix/ngx_freebsd_sendfile_chain.c                     size = limit - send;
limit             172 os/unix/ngx_freebsd_sendfile_chain.c                      && send < limit
limit             185 os/unix/ngx_freebsd_sendfile_chain.c             while (cl && header.nelts < IOV_MAX && send < limit) {
limit             198 os/unix/ngx_freebsd_sendfile_chain.c                 if (send + size > limit) {
limit             199 os/unix/ngx_freebsd_sendfile_chain.c                     size = limit - send;
limit             424 os/unix/ngx_freebsd_sendfile_chain.c         if (send >= limit || cl == NULL) {
limit              12 os/unix/ngx_linux.h     off_t limit);
limit              37 os/unix/ngx_linux_sendfile_chain.c ngx_linux_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
limit              65 os/unix/ngx_linux_sendfile_chain.c     if (limit == 0 || limit > (off_t) (NGX_SENDFILE_LIMIT - ngx_pagesize)) {
limit              66 os/unix/ngx_linux_sendfile_chain.c         limit = NGX_SENDFILE_LIMIT - ngx_pagesize;
limit              92 os/unix/ngx_linux_sendfile_chain.c              cl && header.nelts < IOV_MAX && send < limit;
limit             126 os/unix/ngx_linux_sendfile_chain.c             if (send + size > limit) {
limit             127 os/unix/ngx_linux_sendfile_chain.c                 size = limit - send;
limit             214 os/unix/ngx_linux_sendfile_chain.c         if (header.nelts == 0 && cl && cl->buf->in_file && send < limit) {
limit             222 os/unix/ngx_linux_sendfile_chain.c                 if (send + size > limit) {
limit             223 os/unix/ngx_linux_sendfile_chain.c                     size = limit - send;
limit             240 os/unix/ngx_linux_sendfile_chain.c                      && send < limit
limit             371 os/unix/ngx_linux_sendfile_chain.c         if (send >= limit || cl == NULL) {
limit              22 os/unix/ngx_os.h     off_t limit);
limit              48 os/unix/ngx_os.h     off_t limit);
limit              55 os/unix/ngx_os.h     off_t limit);
limit              12 os/unix/ngx_solaris.h     off_t limit);
limit              43 os/unix/ngx_solaris_sendfilev_chain.c ngx_solaris_sendfilev_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
limit              64 os/unix/ngx_solaris_sendfilev_chain.c         return ngx_writev_chain(c, in, limit);
limit              70 os/unix/ngx_solaris_sendfilev_chain.c     if (limit == 0 || limit > (off_t) (NGX_MAX_SIZE_T_VALUE - ngx_pagesize)) {
limit              71 os/unix/ngx_solaris_sendfilev_chain.c         limit = NGX_MAX_SIZE_T_VALUE - ngx_pagesize;
limit              96 os/unix/ngx_solaris_sendfilev_chain.c         for (cl = in; cl && vec.nelts < IOV_MAX && send < limit; cl = cl->next)
limit             107 os/unix/ngx_solaris_sendfilev_chain.c                 if (send + size > limit) {
limit             108 os/unix/ngx_solaris_sendfilev_chain.c                     size = limit - send;
limit             134 os/unix/ngx_solaris_sendfilev_chain.c                 if (send + size > limit) {
limit             135 os/unix/ngx_solaris_sendfilev_chain.c                     size = limit - send;
limit             244 os/unix/ngx_solaris_sendfilev_chain.c         if (send >= limit || cl == NULL) {
limit              20 os/unix/ngx_writev_chain.c ngx_writev_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
limit              51 os/unix/ngx_writev_chain.c     if (limit == 0 || limit > (off_t) (NGX_MAX_SIZE_T_VALUE - ngx_pagesize)) {
limit              52 os/unix/ngx_writev_chain.c         limit = NGX_MAX_SIZE_T_VALUE - ngx_pagesize;
limit              73 os/unix/ngx_writev_chain.c         for (cl = in; cl && vec.nelts < IOV_MAX && send < limit; cl = cl->next)
limit              87 os/unix/ngx_writev_chain.c             if (send + size > limit) {
limit              88 os/unix/ngx_writev_chain.c                 size = (ssize_t) (limit - send);
limit             174 os/unix/ngx_writev_chain.c         if (send >= limit || cl == NULL) {