end                68 core/ngx_array.c             && p->d.last + a->size <= p->d.end)
end               116 core/ngx_array.c             && p->d.last + size <= p->d.end)
end                39 core/ngx_buf.c     b->end = b->last + size;
end               107 core/ngx_buf.c         b->end = p;
end                26 core/ngx_buf.h     u_char          *end;           /* end of buffer */
end                83 core/ngx_conf_file.c     b.end = b.last;
end               150 core/ngx_conf_file.c         buf.end = buf.last + NGX_CONF_BUFFER;
end               515 core/ngx_conf_file.c             if (size > b->end - (b->start + len)) {
end               516 core/ngx_conf_file.c                 size = b->end - (b->start + len);
end               941 core/ngx_cycle.c     sp->end = zn->shm.addr + zn->shm.size;
end               444 core/ngx_output_chain.c     b->end = b->last + size;
end               468 core/ngx_output_chain.c     size = ngx_min(size, dst->end - dst->pos);
end                26 core/ngx_palloc.c     p->d.end = (u_char *) p + size;
end                76 core/ngx_palloc.c                        "free: %p, unused: %uz", p, p->d.end - p->d.last);
end               128 core/ngx_palloc.c             if ((size_t) (p->d.end - m) >= size) {
end               158 core/ngx_palloc.c             if ((size_t) (p->d.end - m) >= size) {
end               182 core/ngx_palloc.c     psize = (size_t) (pool->d.end - (u_char *) pool);
end               191 core/ngx_palloc.c     new->d.end = m + psize;
end                50 core/ngx_palloc.h     u_char               *end;
end                97 core/ngx_slab.c     size = pool->end - p;
end               129 core/ngx_slab.c     m = pages - (pool->end - pool->start) / ngx_pagesize;
end               422 core/ngx_slab.c     if ((u_char *) p < pool->start || (u_char *) p > pool->end) {
end                34 core/ngx_slab.h     u_char           *end;
end               708 event/ngx_event_openssl.c         n = ngx_ssl_recv(c, last, b->end - last);
end               714 event/ngx_event_openssl.c             if (last == b->end) {
end               985 event/ngx_event_openssl.c         buf->end = buf->start + NGX_SSL_BUFSIZE;
end               993 event/ngx_event_openssl.c         while (in && buf->last < buf->end && send < limit) {
end              1005 event/ngx_event_openssl.c             if (size > buf->end - buf->last) {
end              1006 event/ngx_event_openssl.c                 size = buf->end - buf->last;
end              1030 event/ngx_event_openssl.c         if (!flush && buf->last < buf->end && c->ssl->buffer) {
end               311 event/ngx_event_pipe.c             size = cl->buf->end - cl->buf->last;
end               314 event/ngx_event_pipe.c                 cl->buf->last = cl->buf->end;
end               532 event/ngx_event_pipe.c                 bsize += cl->buf->end - cl->buf->start;
end               582 http/modules/ngx_http_autoindex_module.c         if ((size_t) (ctx->buf->end - ctx->buf->last) >= size) {
end               876 http/modules/ngx_http_charset_filter_module.c         if ((size_t) (b->end - dst) < NGX_HTML_ENTITY_LEN) {
end              1051 http/modules/ngx_http_charset_filter_module.c         if ((size_t) (b->end - dst) < len) {
end              1134 http/modules/ngx_http_charset_filter_module.c         if ((size_t) (b->end - b->start) >= size) {
end                56 http/modules/ngx_http_fastcgi_module.c     u_char                        *end;
end              1385 http/modules/ngx_http_fastcgi_module.c                         size += part[i].end - part[i].start;
end              1397 http/modules/ngx_http_fastcgi_module.c                                        part[i].end - part[i].start);
end              1557 http/modules/ngx_http_fastcgi_module.c         part->end = part_end;
end              1712 http/modules/ngx_http_fastcgi_module.c         b->end = buf->end;
end                15 http/modules/ngx_http_geo_module.c     u_short                          end;
end                77 http/modules/ngx_http_geo_module.c     ngx_http_geo_conf_ctx_t *ctx, in_addr_t start, in_addr_t end);
end                79 http/modules/ngx_http_geo_module.c     ngx_http_geo_conf_ctx_t *ctx, in_addr_t start, in_addr_t end);
end               196 http/modules/ngx_http_geo_module.c             if (n >= (ngx_uint_t) range->start && n <= (ngx_uint_t) range->end)
end               522 http/modules/ngx_http_geo_module.c     in_addr_t    start, end;
end               587 http/modules/ngx_http_geo_module.c     end = ngx_inet_addr(p, last - p);
end               589 http/modules/ngx_http_geo_module.c     if (end == INADDR_NONE) {
end               593 http/modules/ngx_http_geo_module.c     end = ntohl(end);
end               595 http/modules/ngx_http_geo_module.c     if (start > end) {
end               600 http/modules/ngx_http_geo_module.c         if (ngx_http_geo_delete_range(cf, ctx, start, end)) {
end               616 http/modules/ngx_http_geo_module.c     return ngx_http_geo_add_range(cf, ctx, start, end);
end               630 http/modules/ngx_http_geo_module.c     in_addr_t start, in_addr_t end)
end               637 http/modules/ngx_http_geo_module.c     for (n = start; n <= end; n = (n + 0x10000) & 0xffff0000) {
end               647 http/modules/ngx_http_geo_module.c         if ((n | 0xffff) > end) {
end               648 http/modules/ngx_http_geo_module.c             e = end & 0xffff;
end               677 http/modules/ngx_http_geo_module.c             if (s > (ngx_uint_t) range[i].end) {
end               692 http/modules/ngx_http_geo_module.c                 range[i + 1].end = (u_short) e;
end               699 http/modules/ngx_http_geo_module.c                 && e == (ngx_uint_t) range[i].end)
end               711 http/modules/ngx_http_geo_module.c                 && e < (ngx_uint_t) range[i].end)
end               731 http/modules/ngx_http_geo_module.c                 range[i + 2].end = range[i].end;
end               735 http/modules/ngx_http_geo_module.c                 range[i + 1].end = (u_short) e;
end               738 http/modules/ngx_http_geo_module.c                 range[i].end = (u_short) (s - 1);
end               744 http/modules/ngx_http_geo_module.c                 && e < (ngx_uint_t) range[i].end)
end               761 http/modules/ngx_http_geo_module.c                 range[i].end = (u_short) e;
end               768 http/modules/ngx_http_geo_module.c                 && e == (ngx_uint_t) range[i].end)
end               783 http/modules/ngx_http_geo_module.c                 range[i + 1].end = (u_short) e;
end               786 http/modules/ngx_http_geo_module.c                 range[i].end = (u_short) (s - 1);
end               792 http/modules/ngx_http_geo_module.c             e = (ngx_uint_t) range[i].end;
end               811 http/modules/ngx_http_geo_module.c         range->end = (u_short) e;
end               825 http/modules/ngx_http_geo_module.c     in_addr_t start, in_addr_t end)
end               834 http/modules/ngx_http_geo_module.c     for (n = start; n <= end; n += 0x10000) {
end               844 http/modules/ngx_http_geo_module.c         if ((n | 0xffff) > end) {
end               845 http/modules/ngx_http_geo_module.c             e = end & 0xffff;
end               862 http/modules/ngx_http_geo_module.c                 && e == (ngx_uint_t) range[i].end)
end               873 http/modules/ngx_http_geo_module.c                 && e != (ngx_uint_t) range[i].end)
end              1371 http/modules/ngx_http_geo_module.c             range->end = r->end;
end              1159 http/modules/ngx_http_proxy_module.c     ctx->status.end = NULL;
end              1222 http/modules/ngx_http_proxy_module.c     len = ctx->status.end - ctx->status.start;
end                49 http/modules/ngx_http_range_filter_module.c     off_t        end;
end               238 http/modules/ngx_http_range_filter_module.c     off_t              start, end;
end               246 http/modules/ngx_http_range_filter_module.c         end = 0;
end               279 http/modules/ngx_http_range_filter_module.c                 range->end = r->headers_out.content_length_n;
end               298 http/modules/ngx_http_range_filter_module.c             end = end * 10 + *p++ - '0';
end               308 http/modules/ngx_http_range_filter_module.c            start = r->headers_out.content_length_n - end;
end               309 http/modules/ngx_http_range_filter_module.c            end = r->headers_out.content_length_n - 1;
end               312 http/modules/ngx_http_range_filter_module.c         if (start > end) {
end               323 http/modules/ngx_http_range_filter_module.c         if (end >= r->headers_out.content_length_n) {
end               328 http/modules/ngx_http_range_filter_module.c             range->end = r->headers_out.content_length_n;
end               331 http/modules/ngx_http_range_filter_module.c             range->end = end + 1;
end               370 http/modules/ngx_http_range_filter_module.c                                            range->start, range->end - 1,
end               374 http/modules/ngx_http_range_filter_module.c     r->headers_out.content_length_n = range->end - range->start;
end               486 http/modules/ngx_http_range_filter_module.c                                                range[i].start, range[i].end - 1,
end               491 http/modules/ngx_http_range_filter_module.c                                     + (size_t) (range[i].end - range[i].start);
end               602 http/modules/ngx_http_range_filter_module.c             if (start > range[i].start || last < range[i].end) {
end               652 http/modules/ngx_http_range_filter_module.c         if (range->end <= start || range->start >= last) {
end               678 http/modules/ngx_http_range_filter_module.c         if (range->end <= last) {
end               681 http/modules/ngx_http_range_filter_module.c                 buf->file_last -= last - range->end;
end               685 http/modules/ngx_http_range_filter_module.c                 buf->last -= (size_t) (last - range->end);
end               788 http/modules/ngx_http_range_filter_module.c             b->file_last = body_start + range[i].end;
end               793 http/modules/ngx_http_range_filter_module.c             b->last = buf->start + (size_t) range[i].end;
end               777 http/modules/ngx_http_scgi_module.c     status->end = NULL;
end               822 http/modules/ngx_http_scgi_module.c     len = status->end - status->start;
end               203 http/modules/ngx_http_secure_link_module.c     u_char      *p, *start, *end, *last;
end               226 http/modules/ngx_http_secure_link_module.c             end = p - 1;
end               237 http/modules/ngx_http_secure_link_module.c     if (end - start != 32 || len == 0) {
end               828 http/modules/ngx_http_uwsgi_module.c     status->end = NULL;
end               872 http/modules/ngx_http_uwsgi_module.c     len = status->end - status->start;
end                58 http/ngx_http.h     u_char              *end;
end              1496 http/ngx_http_parse.c             status->end = p - 1;
end              1515 http/ngx_http_parse.c     if (status->end == NULL) {
end              1516 http/ngx_http_parse.c         status->end = p;
end              1591 http/ngx_http_parse.c     u_char            *start, *last, *end, ch;
end              1606 http/ngx_http_parse.c         end = h[i]->value.data + h[i]->value.len;
end              1608 http/ngx_http_parse.c         while (start < end) {
end              1614 http/ngx_http_parse.c             for (start += name->len; start < end && *start == ' '; start++) {
end              1619 http/ngx_http_parse.c                 if (start == end || *start == ',') {
end              1626 http/ngx_http_parse.c             if (start == end || *start++ != '=') {
end              1631 http/ngx_http_parse.c             while (start < end && *start == ' ') { start++; }
end              1633 http/ngx_http_parse.c             for (last = start; last < end && *last != ';'; last++) {
end              1644 http/ngx_http_parse.c             while (start < end) {
end              1651 http/ngx_http_parse.c             while (start < end && *start == ' ') { start++; }
end                16 http/ngx_http_parse_time.c     u_char      *p, *end;
end                28 http/ngx_http_parse_time.c     end = value + len;
end                35 http/ngx_http_parse_time.c     for (p = value; p < end; p++) {
end                46 http/ngx_http_parse_time.c     for (p++; p < end; p++)
end                51 http/ngx_http_parse_time.c     if (end - p < 18) {
end                64 http/ngx_http_parse_time.c             if (end - p < 18) {
end               166 http/ngx_http_parse_time.c         if (end - p < 14) {
end               910 http/ngx_http_request.c         if (r->header_in->pos == r->header_in->end) {
end               920 http/ngx_http_request.c                 r->request_line.len = r->header_in->end - r->request_start;
end               969 http/ngx_http_request.c             if (r->header_in->pos == r->header_in->end) {
end               991 http/ngx_http_request.c                     len = r->header_in->end - p;
end              1136 http/ngx_http_request.c                     r->header_in->end - r->header_in->last);
end              1190 http/ngx_http_request.c         r->request_length += r->header_in->end - r->header_in->start;
end              1216 http/ngx_http_request.c                        b->pos, b->end - b->last);
end              1236 http/ngx_http_request.c                        b->pos, b->end - b->last);
end              1251 http/ngx_http_request.c         r->request_length += r->header_in->end - r->header_in->start;
end              2643 http/ngx_http_request.c     size = b->end - b->start;
end              2661 http/ngx_http_request.c         b->end = b->pos + size;
end               128 http/ngx_http_request_body.c         b->end = r->header_in->end;
end               168 http/ngx_http_request_body.c         if (rb->rest <= (off_t) (b->end - b->last)) {
end               277 http/ngx_http_request_body.c             if (rb->buf->last == rb->buf->end) {
end               287 http/ngx_http_request_body.c             size = rb->buf->end - rb->buf->last;
end               320 http/ngx_http_request_body.c             if (rb->buf->last < rb->buf->end) {
end               733 http/ngx_http_upstream.c         if ((size_t) (u->buffer.end - u->buffer.start) < u->conf->buffer_size) {
end              1486 http/ngx_http_upstream.c         u->buffer.end = u->buffer.start + u->conf->buffer_size;
end              1511 http/ngx_http_upstream.c         n = c->recv(c, u->buffer.last, u->buffer.end - u->buffer.last);
end              1549 http/ngx_http_upstream.c             if (u->buffer.pos == u->buffer.end) {
end              1955 http/ngx_http_upstream.c         size = b->end - b->last;
end              2405 http/ngx_http_upstream.c         size = b->end - b->last;
end               324 mail/ngx_mail_auth_http_module.c     size = ctx->response->end - ctx->response->last;
end               607 mail/ngx_mail_handler.c     n = c->recv(c, s->buffer->last, s->buffer->end - s->buffer->last);
end               633 mail/ngx_mail_handler.c         if (s->buffer->last < s->buffer->end) {
end               103 mail/ngx_mail_imap_handler.c     u_char              *p, *dst, *src, *end;
end               151 mail/ngx_mail_imap_handler.c                 end = dst + arg[i].len;
end               153 mail/ngx_mail_imap_handler.c                 for (src = dst; src < end; dst++) {
end               714 mail/ngx_mail_proxy_module.c                                             b->last, b->end - b->last);
end               731 mail/ngx_mail_proxy_module.c         if (b->last == b->end) {
end               933 mail/ngx_mail_proxy_module.c         size = b->end - b->last;
end               814 mail/ngx_mail_smtp_handler.c     n = c->recv(c, s->buffer->last, s->buffer->end - s->buffer->last);
end                42 os/unix/ngx_aio_read_chain.c             size += cl->buf->end - cl->buf->last;
end                43 os/unix/ngx_aio_read_chain.c             prev = cl->buf->end;
end                70 os/unix/ngx_readv_chain.c             iov->iov_len += chain->buf->end - chain->buf->last;
end                79 os/unix/ngx_readv_chain.c             iov->iov_len = chain->buf->end - chain->buf->last;
end                82 os/unix/ngx_readv_chain.c         size += chain->buf->end - chain->buf->last;
end                83 os/unix/ngx_readv_chain.c         prev = chain->buf->end;
end               194 os/unix/ngx_readv_chain.c             iov->iov_len += chain->buf->end - chain->buf->last;
end               203 os/unix/ngx_readv_chain.c             iov->iov_len = chain->buf->end - chain->buf->last;
end               206 os/unix/ngx_readv_chain.c         size += chain->buf->end - chain->buf->last;
end               207 os/unix/ngx_readv_chain.c         prev = chain->buf->end;