pos                37 core/ngx_buf.c     b->pos = b->start;
pos               101 core/ngx_buf.c         b->pos = p;
pos               209 core/ngx_buf.c         (*busy)->buf->pos = (*busy)->buf->start;
pos                20 core/ngx_buf.h     u_char          *pos;
pos               134 core/ngx_buf.h     (ngx_buf_in_memory(b) ? (off_t) (b->last - b->pos):                      \
pos                81 core/ngx_conf_file.c     b.pos = param->data;
pos               148 core/ngx_conf_file.c         buf.pos = buf.start;
pos               456 core/ngx_conf_file.c     start = b->pos;
pos               463 core/ngx_conf_file.c         if (b->pos >= b->last) {
pos               485 core/ngx_conf_file.c             len = b->pos - start;
pos               534 core/ngx_conf_file.c             b->pos = b->start + len;
pos               535 core/ngx_conf_file.c             b->last = b->pos + n;
pos               539 core/ngx_conf_file.c         ch = *b->pos++;
pos               589 core/ngx_conf_file.c             start = b->pos - 1;
pos               686 core/ngx_conf_file.c                 word->data = ngx_pnalloc(cf->pool, b->pos - start + 1);
pos               692 core/ngx_conf_file.c                      src < b->pos - 1;
pos               985 core/ngx_conf_file.c         len = file[i].pos - file[i].buffer;
pos                94 core/ngx_conf_file.h     u_char               *pos;
pos              1142 core/ngx_cycle.c         len = file[i].pos - file[i].buffer;
pos              1159 core/ngx_cycle.c             file[i].pos = file[i].buffer;
pos               145 core/ngx_file.c     size_t      pos;
pos               149 core/ngx_file.c     pos = path->name.len;
pos               156 core/ngx_file.c         pos += path->level[i] + 1;
pos               158 core/ngx_file.c         file->name.data[pos] = '\0';
pos               173 core/ngx_file.c         file->name.data[pos] = '/';
pos               107 core/ngx_output_chain.c                               ctx->in->buf->pos,
pos               301 core/ngx_output_chain.c                 buf->pos += (ssize_t) (NGX_SENDFILE_LIMIT - buf->file_pos);
pos               302 core/ngx_output_chain.c                 b->last = buf->pos;
pos               442 core/ngx_output_chain.c     b->pos = b->start;
pos               468 core/ngx_output_chain.c     size = ngx_min(size, dst->end - dst->pos);
pos               481 core/ngx_output_chain.c         ngx_memcpy(dst->pos, src->pos, (size_t) size);
pos               482 core/ngx_output_chain.c         src->pos += (size_t) size;
pos               503 core/ngx_output_chain.c         if (src->pos == src->last) {
pos               526 core/ngx_output_chain.c             n = ngx_file_aio_read(src->file, dst->pos, (size_t) size,
pos               534 core/ngx_output_chain.c             n = ngx_read_file(src->file, dst->pos, (size_t) size,
pos               539 core/ngx_output_chain.c         n = ngx_read_file(src->file, dst->pos, (size_t) size, src->file_pos);
pos               938 event/ngx_event_openssl.c             n = ngx_ssl_write(c, in->buf->pos, in->buf->last - in->buf->pos);
pos               949 event/ngx_event_openssl.c             in->buf->pos += n;
pos               951 event/ngx_event_openssl.c             if (in->buf->pos == in->buf->last) {
pos               983 event/ngx_event_openssl.c         buf->pos = buf->start;
pos              1003 event/ngx_event_openssl.c             size = in->buf->last - in->buf->pos;
pos              1017 event/ngx_event_openssl.c             ngx_memcpy(buf->last, in->buf->pos, size);
pos              1020 event/ngx_event_openssl.c             in->buf->pos += size;
pos              1023 event/ngx_event_openssl.c             if (in->buf->pos == in->buf->last) {
pos              1028 event/ngx_event_openssl.c         size = buf->last - buf->pos;
pos              1034 event/ngx_event_openssl.c         n = ngx_ssl_write(c, buf->pos, size);
pos              1045 event/ngx_event_openssl.c         buf->pos += n;
pos              1052 event/ngx_event_openssl.c         if (buf->pos == buf->last) {
pos              1053 event/ngx_event_openssl.c             buf->pos = buf->start;
pos              1062 event/ngx_event_openssl.c     if (buf->pos < buf->last) {
pos               350 event/ngx_event_pipe.c                        cl->buf->start, cl->buf->pos,
pos               351 event/ngx_event_pipe.c                        cl->buf->last - cl->buf->pos,
pos               363 event/ngx_event_pipe.c                        cl->buf->start, cl->buf->pos,
pos               364 event/ngx_event_pipe.c                        cl->buf->last - cl->buf->pos,
pos               376 event/ngx_event_pipe.c                        cl->buf->start, cl->buf->pos,
pos               377 event/ngx_event_pipe.c                        cl->buf->last - cl->buf->pos,
pos               389 event/ngx_event_pipe.c                        cl->buf->start, cl->buf->pos,
pos               390 event/ngx_event_pipe.c                        cl->buf->last - cl->buf->pos,
pos               556 event/ngx_event_pipe.c                     && bsize + cl->buf->last - cl->buf->pos > p->busy_size)
pos               572 event/ngx_event_pipe.c                                cl->buf->pos,
pos               573 event/ngx_event_pipe.c                                cl->buf->last - cl->buf->pos);
pos               577 event/ngx_event_pipe.c                     && bsize + cl->buf->last - cl->buf->pos > p->busy_size)
pos               604 event/ngx_event_pipe.c                 bsize += cl->buf->last - cl->buf->pos;
pos               703 event/ngx_event_pipe.c             bsize = cl->buf->last - cl->buf->pos;
pos               707 event/ngx_event_pipe.c                            cl->buf->start, cl->buf->pos, bsize);
pos               753 event/ngx_event_pipe.c         p->temp_file->offset = p->buf_to_file->last - p->buf_to_file->pos;
pos               765 event/ngx_event_pipe.c         p->temp_file->offset += b->last - b->pos;
pos               791 event/ngx_event_pipe.c             b->shadow->pos = b->shadow->start;
pos               810 event/ngx_event_pipe.c     if (buf->pos == buf->last) {
pos               925 event/ngx_event_pipe.c     b->pos = b->start;
pos               938 event/ngx_event_pipe.c     if (p->free_raw_bufs->buf->pos == p->free_raw_bufs->buf->last) {
pos               586 http/modules/ngx_http_autoindex_module.c         ctx->size += ctx->buf->last - ctx->buf->pos;
pos               622 http/modules/ngx_http_charset_filter_module.c                 b->shadow->pos = b->shadow->last;
pos               625 http/modules/ngx_http_charset_filter_module.c             if (b->pos) {
pos               653 http/modules/ngx_http_charset_filter_module.c     for (p = b->pos; p < last; p++) {
pos               690 http/modules/ngx_http_charset_filter_module.c     src = buf->pos;
pos               700 http/modules/ngx_http_charset_filter_module.c             len = src - buf->pos;
pos               715 http/modules/ngx_http_charset_filter_module.c                 b->pos = buf->pos;
pos               740 http/modules/ngx_http_charset_filter_module.c                 src = buf->pos;
pos               760 http/modules/ngx_http_charset_filter_module.c             dst = b->pos;
pos               816 http/modules/ngx_http_charset_filter_module.c             b->pos = buf->pos;
pos               828 http/modules/ngx_http_charset_filter_module.c     size = buf->last - buf->pos;
pos               842 http/modules/ngx_http_charset_filter_module.c     dst = b->pos;
pos               890 http/modules/ngx_http_charset_filter_module.c             dst = b->pos;
pos               926 http/modules/ngx_http_charset_filter_module.c             if (b->pos == dst) {
pos               971 http/modules/ngx_http_charset_filter_module.c     for (src = buf->pos; src < buf->last; src++) {
pos               996 http/modules/ngx_http_charset_filter_module.c     len = src - buf->pos;
pos              1011 http/modules/ngx_http_charset_filter_module.c         b->pos = buf->pos;
pos              1026 http/modules/ngx_http_charset_filter_module.c         src = buf->pos;
pos              1044 http/modules/ngx_http_charset_filter_module.c     dst = b->pos;
pos              1066 http/modules/ngx_http_charset_filter_module.c             dst = b->pos;
pos              1138 http/modules/ngx_http_charset_filter_module.c             b->pos = b->start;
pos               143 http/modules/ngx_http_chunked_filter_module.c         b->pos = chunk;
pos               157 http/modules/ngx_http_chunked_filter_module.c         b->pos = (u_char *) CRLF "0" CRLF CRLF;
pos               158 http/modules/ngx_http_chunked_filter_module.c         b->last = b->pos + 7;
pos               163 http/modules/ngx_http_chunked_filter_module.c             b->pos += 2;
pos               182 http/modules/ngx_http_chunked_filter_module.c         b->pos = (u_char *) CRLF;
pos               183 http/modules/ngx_http_chunked_filter_module.c         b->last = b->pos + 2;
pos                62 http/modules/ngx_http_fastcgi_module.c     u_char                        *pos;
pos               691 http/modules/ngx_http_fastcgi_module.c     u_char                        ch, *pos, *lowcase_key;
pos               836 http/modules/ngx_http_fastcgi_module.c     ngx_memcpy(b->pos, &ngx_http_fastcgi_request_start,
pos               840 http/modules/ngx_http_fastcgi_module.c              (b->pos + sizeof(ngx_http_fastcgi_header_t)
pos               848 http/modules/ngx_http_fastcgi_module.c     b->last = b->pos + sizeof(ngx_http_fastcgi_header_t)
pos               857 http/modules/ngx_http_fastcgi_module.c         e.pos = b->last;
pos               873 http/modules/ngx_http_fastcgi_module.c             *e.pos++ = (u_char) key_len;
pos               876 http/modules/ngx_http_fastcgi_module.c                 *e.pos++ = (u_char) (((val_len >> 24) & 0x7f) | 0x80);
pos               877 http/modules/ngx_http_fastcgi_module.c                 *e.pos++ = (u_char) ((val_len >> 16) & 0xff);
pos               878 http/modules/ngx_http_fastcgi_module.c                 *e.pos++ = (u_char) ((val_len >> 8) & 0xff);
pos               879 http/modules/ngx_http_fastcgi_module.c                 *e.pos++ = (u_char) (val_len & 0xff);
pos               882 http/modules/ngx_http_fastcgi_module.c                 *e.pos++ = (u_char) val_len;
pos               893 http/modules/ngx_http_fastcgi_module.c                            key_len, e.pos - (key_len + val_len),
pos               894 http/modules/ngx_http_fastcgi_module.c                            val_len, e.pos - val_len);
pos               897 http/modules/ngx_http_fastcgi_module.c         b->last = e.pos;
pos              1001 http/modules/ngx_http_fastcgi_module.c         pos = NULL;
pos              1010 http/modules/ngx_http_fastcgi_module.c                 pos = body->buf->pos;
pos              1036 http/modules/ngx_http_fastcgi_module.c                     b->pos = pos;
pos              1037 http/modules/ngx_http_fastcgi_module.c                     pos += 32 * 1024;
pos              1039 http/modules/ngx_http_fastcgi_module.c                     if (pos >= body->buf->last) {
pos              1040 http/modules/ngx_http_fastcgi_module.c                         pos = body->buf->last;
pos              1044 http/modules/ngx_http_fastcgi_module.c                     b->last = pos;
pos              1045 http/modules/ngx_http_fastcgi_module.c                     len = (ngx_uint_t) (pos - b->pos);
pos              1162 http/modules/ngx_http_fastcgi_module.c             f->pos = u->buffer.pos;
pos              1167 http/modules/ngx_http_fastcgi_module.c             u->buffer.pos = f->pos;
pos              1198 http/modules/ngx_http_fastcgi_module.c             if (u->buffer.pos + f->padding < u->buffer.last) {
pos              1200 http/modules/ngx_http_fastcgi_module.c                 u->buffer.pos += f->padding;
pos              1205 http/modules/ngx_http_fastcgi_module.c             if (u->buffer.pos + f->padding == u->buffer.last) {
pos              1207 http/modules/ngx_http_fastcgi_module.c                 u->buffer.pos = u->buffer.last;
pos              1212 http/modules/ngx_http_fastcgi_module.c             f->padding -= u->buffer.last - u->buffer.pos;
pos              1213 http/modules/ngx_http_fastcgi_module.c             u->buffer.pos = u->buffer.last;
pos              1224 http/modules/ngx_http_fastcgi_module.c                 msg = u->buffer.pos;
pos              1226 http/modules/ngx_http_fastcgi_module.c                 if (u->buffer.pos + f->length <= u->buffer.last) {
pos              1227 http/modules/ngx_http_fastcgi_module.c                     u->buffer.pos += f->length;
pos              1232 http/modules/ngx_http_fastcgi_module.c                     f->length -= u->buffer.last - u->buffer.pos;
pos              1233 http/modules/ngx_http_fastcgi_module.c                     u->buffer.pos = u->buffer.last;
pos              1236 http/modules/ngx_http_fastcgi_module.c                 for (p = u->buffer.pos - 1; msg < p; p--) {
pos              1262 http/modules/ngx_http_fastcgi_module.c                 if (u->buffer.pos == u->buffer.last) {
pos              1273 http/modules/ngx_http_fastcgi_module.c                             u->buffer.pos = u->buffer.start
pos              1276 http/modules/ngx_http_fastcgi_module.c                             u->buffer.pos = u->buffer.start;
pos              1279 http/modules/ngx_http_fastcgi_module.c                         u->buffer.pos = u->buffer.start;
pos              1281 http/modules/ngx_http_fastcgi_module.c                         u->buffer.last = u->buffer.pos;
pos              1307 http/modules/ngx_http_fastcgi_module.c             len = u->buffer.pos - start - 2 * sizeof(ngx_http_fastcgi_header_t);
pos              1329 http/modules/ngx_http_fastcgi_module.c                 r->cache->header_start += u->buffer.pos - start
pos              1340 http/modules/ngx_http_fastcgi_module.c         start = u->buffer.pos;
pos              1342 http/modules/ngx_http_fastcgi_module.c         if (u->buffer.pos + f->length < u->buffer.last) {
pos              1350 http/modules/ngx_http_fastcgi_module.c             u->buffer.last = u->buffer.pos + f->length;
pos              1358 http/modules/ngx_http_fastcgi_module.c             part_start = u->buffer.pos;
pos              1382 http/modules/ngx_http_fastcgi_module.c                     size = u->buffer.pos - part_start;
pos              1393 http/modules/ngx_http_fastcgi_module.c                     buf.pos = p;
pos              1400 http/modules/ngx_http_fastcgi_module.c                     p = ngx_cpymem(p, part_start, u->buffer.pos - part_start);
pos              1463 http/modules/ngx_http_fastcgi_module.c                 if (u->buffer.pos < u->buffer.last) {
pos              1523 http/modules/ngx_http_fastcgi_module.c         f->length -= u->buffer.pos - start;
pos              1559 http/modules/ngx_http_fastcgi_module.c         if (u->buffer.pos < u->buffer.last) {
pos              1578 http/modules/ngx_http_fastcgi_module.c     if (buf->pos == buf->last) {
pos              1588 http/modules/ngx_http_fastcgi_module.c     f->pos = buf->pos;
pos              1628 http/modules/ngx_http_fastcgi_module.c             if (f->pos + f->padding < f->last) {
pos              1630 http/modules/ngx_http_fastcgi_module.c                 f->pos += f->padding;
pos              1635 http/modules/ngx_http_fastcgi_module.c             if (f->pos + f->padding == f->last) {
pos              1641 http/modules/ngx_http_fastcgi_module.c             f->padding -= f->last - f->pos;
pos              1653 http/modules/ngx_http_fastcgi_module.c                 if (f->pos == f->last) {
pos              1657 http/modules/ngx_http_fastcgi_module.c                 msg = f->pos;
pos              1659 http/modules/ngx_http_fastcgi_module.c                 if (f->pos + f->length <= f->last) {
pos              1660 http/modules/ngx_http_fastcgi_module.c                     f->pos += f->length;
pos              1665 http/modules/ngx_http_fastcgi_module.c                     f->length -= f->last - f->pos;
pos              1666 http/modules/ngx_http_fastcgi_module.c                     f->pos = f->last;
pos              1669 http/modules/ngx_http_fastcgi_module.c                 for (m = f->pos - 1; msg < m; m--) {
pos              1679 http/modules/ngx_http_fastcgi_module.c                 if (f->pos == f->last) {
pos              1693 http/modules/ngx_http_fastcgi_module.c         if (f->pos == f->last) {
pos              1710 http/modules/ngx_http_fastcgi_module.c         b->pos = f->pos;
pos              1739 http/modules/ngx_http_fastcgi_module.c                        "input buf #%d %p", b->num, b->pos);
pos              1741 http/modules/ngx_http_fastcgi_module.c         if (f->pos + f->length < f->last) {
pos              1749 http/modules/ngx_http_fastcgi_module.c             f->pos += f->length;
pos              1750 http/modules/ngx_http_fastcgi_module.c             b->last = f->pos;
pos              1755 http/modules/ngx_http_fastcgi_module.c         if (f->pos + f->length == f->last) {
pos              1768 http/modules/ngx_http_fastcgi_module.c         f->length -= f->last - f->pos;
pos              1781 http/modules/ngx_http_fastcgi_module.c                        "input buf %p %z", b->pos, b->last - b->pos);
pos              1805 http/modules/ngx_http_fastcgi_module.c     for (p = f->pos; p < f->last; p++) {
pos              1884 http/modules/ngx_http_fastcgi_module.c             f->pos = p + 1;
pos               198 http/modules/ngx_http_flv_module.c         b->pos = ngx_flv_header;
pos               537 http/modules/ngx_http_gzip_filter_module.c         buffered += cl->buf->last - cl->buf->pos;
pos               551 http/modules/ngx_http_gzip_filter_module.c         size = b->last - b->pos;
pos               565 http/modules/ngx_http_gzip_filter_module.c             buf->last = ngx_cpymem(buf->pos, b->pos, size);
pos               566 http/modules/ngx_http_gzip_filter_module.c             b->pos = b->last;
pos               639 http/modules/ngx_http_gzip_filter_module.c     b->pos = gzheader;
pos               640 http/modules/ngx_http_gzip_filter_module.c     b->last = b->pos + 10;
pos               691 http/modules/ngx_http_gzip_filter_module.c     ctx->zstream.next_in = ctx->in_buf->pos;
pos               692 http/modules/ngx_http_gzip_filter_module.c     ctx->zstream.avail_in = ctx->in_buf->last - ctx->in_buf->pos;
pos               750 http/modules/ngx_http_gzip_filter_module.c     ctx->zstream.next_out = ctx->out_buf->pos;
pos               786 http/modules/ngx_http_gzip_filter_module.c                    ctx->in_buf, ctx->in_buf->pos);
pos               789 http/modules/ngx_http_gzip_filter_module.c         ctx->in_buf->pos = ctx->zstream.next_in;
pos               922 http/modules/ngx_http_gzip_filter_module.c         trailer = (struct gztrailer *) b->pos;
pos               395 http/modules/ngx_http_image_filter_module.c     p = in->buf->pos;
pos               455 http/modules/ngx_http_image_filter_module.c         size = b->last - b->pos;
pos               463 http/modules/ngx_http_image_filter_module.c         p = ngx_cpymem(p, b->pos, size);
pos               464 http/modules/ngx_http_image_filter_module.c         b->pos += size;
pos               554 http/modules/ngx_http_image_filter_module.c         b->pos = (u_char *) "{}" CRLF;
pos               555 http/modules/ngx_http_image_filter_module.c         b->last = b->pos + sizeof("{}" CRLF) - 1;
pos               566 http/modules/ngx_http_image_filter_module.c     b->pos = ngx_pnalloc(r->pool, len);
pos               567 http/modules/ngx_http_image_filter_module.c     if (b->pos == NULL) {
pos               571 http/modules/ngx_http_image_filter_module.c     b->last = ngx_sprintf(b->pos,
pos               595 http/modules/ngx_http_image_filter_module.c     b->pos = ctx->image;
pos               609 http/modules/ngx_http_image_filter_module.c     r->headers_out.content_length_n = b->last - b->pos;
pos               964 http/modules/ngx_http_image_filter_module.c     b->pos = out;
pos               181 http/modules/ngx_http_index_module.c             e.pos = name;
pos               194 http/modules/ngx_http_index_module.c             path.len = e.pos - path.data;
pos               196 http/modules/ngx_http_index_module.c             *e.pos = '\0';
pos               269 http/modules/ngx_http_log_module.c             if (len > (size_t) (file->last - file->pos)) {
pos               272 http/modules/ngx_http_log_module.c                                    file->pos - file->buffer);
pos               274 http/modules/ngx_http_log_module.c                 file->pos = file->buffer;
pos               277 http/modules/ngx_http_log_module.c             if (len <= (size_t) (file->last - file->pos)) {
pos               279 http/modules/ngx_http_log_module.c                 p = file->pos;
pos               287 http/modules/ngx_http_log_module.c                 file->pos = p;
pos               978 http/modules/ngx_http_log_module.c         if (log->file->buffer && log->file->last - log->file->pos != buf) {
pos               990 http/modules/ngx_http_log_module.c         log->file->pos = log->file->buffer;
pos               290 http/modules/ngx_http_memcached_module.c     for (p = u->buffer.pos; p < u->buffer.last; p++) {
pos               302 http/modules/ngx_http_memcached_module.c     line.len = p - u->buffer.pos - 1;
pos               303 http/modules/ngx_http_memcached_module.c     line.data = u->buffer.pos;
pos               308 http/modules/ngx_http_memcached_module.c     p = u->buffer.pos;
pos               358 http/modules/ngx_http_memcached_module.c         u->buffer.pos = p + 1;
pos               447 http/modules/ngx_http_memcached_module.c     cl->buf->pos = last;
pos               454 http/modules/ngx_http_memcached_module.c                    bytes, b->last - b->pos, u->length, ctx->rest);
pos              1016 http/modules/ngx_http_proxy_module.c     e.pos = b->last;
pos              1049 http/modules/ngx_http_proxy_module.c     b->last = e.pos;
pos              1095 http/modules/ngx_http_proxy_module.c         e.pos = b->last;
pos              1102 http/modules/ngx_http_proxy_module.c         b->last = e.pos;
pos              1107 http/modules/ngx_http_proxy_module.c                    (size_t) (b->last - b->pos), b->pos);
pos              1594 http/modules/ngx_http_proxy_module.c     e.pos = p;
pos              1601 http/modules/ngx_http_proxy_module.c     ngx_memcpy(e.pos, h->value.data + prefix + pr->redirect.len,
pos               596 http/modules/ngx_http_range_filter_module.c             start = buf->pos - buf->start + ctx->offset;
pos               661 http/modules/ngx_http_range_filter_module.c             buf->pos = buf->last;
pos               674 http/modules/ngx_http_range_filter_module.c                 buf->pos += (size_t) (range->start - start);
pos               743 http/modules/ngx_http_range_filter_module.c         b->pos = ctx->boundary_header.data;
pos               762 http/modules/ngx_http_range_filter_module.c         b->pos = range[i].content_range.data;
pos               792 http/modules/ngx_http_range_filter_module.c             b->pos = buf->start + (size_t) range[i].start;
pos               819 http/modules/ngx_http_range_filter_module.c     b->pos = ngx_pnalloc(r->pool, sizeof(CRLF "--") - 1 + NGX_ATOMIC_T_LEN
pos               821 http/modules/ngx_http_range_filter_module.c     if (b->pos == NULL) {
pos               825 http/modules/ngx_http_range_filter_module.c     b->last = ngx_cpymem(b->pos, ctx->boundary_header.data,
pos               645 http/modules/ngx_http_scgi_module.c         e.pos = b->last;
pos               652 http/modules/ngx_http_scgi_module.c             key = e.pos;
pos               658 http/modules/ngx_http_scgi_module.c             val = e.pos;
pos               664 http/modules/ngx_http_scgi_module.c             *e.pos++ = '\0';
pos               671 http/modules/ngx_http_scgi_module.c         b->last = e.pos;
pos               439 http/modules/ngx_http_ssi_filter_module.c             ctx->pos = ctx->buf->pos;
pos               443 http/modules/ngx_http_ssi_filter_module.c             ctx->copy_start = ctx->pos;
pos               444 http/modules/ngx_http_ssi_filter_module.c             ctx->copy_end = ctx->pos;
pos               449 http/modules/ngx_http_ssi_filter_module.c         while (ctx->pos < ctx->buf->last) {
pos               494 http/modules/ngx_http_ssi_filter_module.c                         b->pos = ngx_http_ssi_string;
pos               524 http/modules/ngx_http_ssi_filter_module.c                     b->pos = ctx->copy_start;
pos               531 http/modules/ngx_http_ssi_filter_module.c                         if (slcf->min_file_chunk < (size_t) (b->last - b->pos))
pos               534 http/modules/ngx_http_ssi_filter_module.c                                                    + (b->last - ctx->buf->pos);
pos               535 http/modules/ngx_http_ssi_filter_module.c                             b->file_pos += b->pos - ctx->buf->pos;
pos               558 http/modules/ngx_http_ssi_filter_module.c                             b->last = ngx_cpymem(b->pos, ngx_http_ssi_string,
pos               593 http/modules/ngx_http_ssi_filter_module.c                 ctx->copy_start = ctx->pos;
pos               594 http/modules/ngx_http_ssi_filter_module.c                 ctx->copy_end = ctx->pos;
pos               833 http/modules/ngx_http_ssi_filter_module.c             b->pos = ctx->errmsg.data;
pos               904 http/modules/ngx_http_ssi_filter_module.c                        "ssi out: %p %p", cl->buf, cl->buf->pos);
pos               938 http/modules/ngx_http_ssi_filter_module.c             b->shadow->pos = b->shadow->last;
pos               981 http/modules/ngx_http_ssi_filter_module.c     for (p = ctx->pos; p < last; p++) {
pos              1006 http/modules/ngx_http_ssi_filter_module.c             ctx->pos = p;
pos              1011 http/modules/ngx_http_ssi_filter_module.c                 ctx->copy_start = ctx->buf->pos;
pos              1093 http/modules/ngx_http_ssi_filter_module.c                 if (p - ctx->pos < 4) {
pos              1441 http/modules/ngx_http_ssi_filter_module.c                 ctx->pos = p + 1;
pos              1446 http/modules/ngx_http_ssi_filter_module.c                     ctx->copy_start = ctx->buf->pos;
pos              1490 http/modules/ngx_http_ssi_filter_module.c                 ctx->pos = p + 1;
pos              1495 http/modules/ngx_http_ssi_filter_module.c                     ctx->copy_start = ctx->buf->pos;
pos              1510 http/modules/ngx_http_ssi_filter_module.c     ctx->pos = p;
pos              1516 http/modules/ngx_http_ssi_filter_module.c         ctx->copy_start = ctx->buf->pos;
pos              1977 http/modules/ngx_http_ssi_filter_module.c                 b->pos = b->start;
pos              2086 http/modules/ngx_http_ssi_filter_module.c         value->len = r->upstream->buffer.last - r->upstream->buffer.pos;
pos              2087 http/modules/ngx_http_ssi_filter_module.c         value->data = r->upstream->buffer.pos;
pos              2218 http/modules/ngx_http_ssi_filter_module.c     b->pos = p;
pos                41 http/modules/ngx_http_ssi_filter_module.h     u_char                   *pos;
pos               121 http/modules/ngx_http_stub_status_module.c     r->headers_out.content_length_n = b->last - b->pos;
pos                39 http/modules/ngx_http_sub_filter_module.c     u_char                    *pos;
pos               226 http/modules/ngx_http_sub_filter_module.c             ctx->pos = ctx->buf->pos;
pos               230 http/modules/ngx_http_sub_filter_module.c             ctx->copy_start = ctx->pos;
pos               231 http/modules/ngx_http_sub_filter_module.c             ctx->copy_end = ctx->pos;
pos               236 http/modules/ngx_http_sub_filter_module.c         while (ctx->pos < ctx->buf->last) {
pos               278 http/modules/ngx_http_sub_filter_module.c                     b->pos = ngx_pnalloc(r->pool, ctx->saved.len);
pos               279 http/modules/ngx_http_sub_filter_module.c                     if (b->pos == NULL) {
pos               283 http/modules/ngx_http_sub_filter_module.c                     ngx_memcpy(b->pos, ctx->saved.data, ctx->saved.len);
pos               284 http/modules/ngx_http_sub_filter_module.c                     b->last = b->pos + ctx->saved.len;
pos               314 http/modules/ngx_http_sub_filter_module.c                 b->pos = ctx->copy_start;
pos               321 http/modules/ngx_http_sub_filter_module.c                     b->file_last = b->file_pos + (b->last - ctx->buf->pos);
pos               322 http/modules/ngx_http_sub_filter_module.c                     b->file_pos += b->pos - ctx->buf->pos;
pos               331 http/modules/ngx_http_sub_filter_module.c                 ctx->copy_start = ctx->pos;
pos               332 http/modules/ngx_http_sub_filter_module.c                 ctx->copy_end = ctx->pos;
pos               369 http/modules/ngx_http_sub_filter_module.c                 b->pos = ctx->sub.data;
pos               446 http/modules/ngx_http_sub_filter_module.c                        "sub out: %p %p", cl->buf, cl->buf->pos);
pos               480 http/modules/ngx_http_sub_filter_module.c             b->shadow->pos = b->shadow->last;
pos               512 http/modules/ngx_http_sub_filter_module.c         ctx->copy_start = ctx->pos;
pos               514 http/modules/ngx_http_sub_filter_module.c         ctx->pos = ctx->buf->last;
pos               527 http/modules/ngx_http_sub_filter_module.c     for (p = ctx->pos; p < last; p++) {
pos               557 http/modules/ngx_http_sub_filter_module.c             ctx->pos = p;
pos               562 http/modules/ngx_http_sub_filter_module.c                 ctx->copy_start = ctx->buf->pos;
pos               579 http/modules/ngx_http_sub_filter_module.c                 if ((size_t) (p - ctx->pos) < looked) {
pos               584 http/modules/ngx_http_sub_filter_module.c                 ctx->pos = p + 1;
pos               589 http/modules/ngx_http_sub_filter_module.c                     ctx->copy_start = ctx->buf->pos;
pos               608 http/modules/ngx_http_sub_filter_module.c     ctx->pos = p;
pos               614 http/modules/ngx_http_sub_filter_module.c         ctx->copy_start = ctx->buf->pos;
pos               681 http/modules/ngx_http_uwsgi_module.c         e.pos = b->last;
pos               697 http/modules/ngx_http_uwsgi_module.c             *e.pos++ = (u_char) (key_len & 0xff);
pos               698 http/modules/ngx_http_uwsgi_module.c             *e.pos++ = (u_char) ((key_len >> 8) & 0xff);
pos               703 http/modules/ngx_http_uwsgi_module.c             *e.pos++ = (u_char) (val_len & 0xff);
pos               704 http/modules/ngx_http_uwsgi_module.c             *e.pos++ = (u_char) ((val_len >> 8) & 0xff);
pos               715 http/modules/ngx_http_uwsgi_module.c                            key_len, e.pos - (key_len + 2 + val_len),
pos               716 http/modules/ngx_http_uwsgi_module.c                            val_len, e.pos - val_len);
pos               719 http/modules/ngx_http_uwsgi_module.c         b->last = e.pos;
pos               290 http/modules/ngx_http_xslt_filter_module.c         ngx_free(b->pos);
pos               296 http/modules/ngx_http_xslt_filter_module.c         r->headers_out.content_length_n = b->last - b->pos;
pos               309 http/modules/ngx_http_xslt_filter_module.c         ngx_free(b->pos);
pos               314 http/modules/ngx_http_xslt_filter_module.c     cln->data = b->pos;
pos               352 http/modules/ngx_http_xslt_filter_module.c     err = xmlParseChunk(ctx->ctxt, (char *) b->pos, (int) (b->last - b->pos),
pos               356 http/modules/ngx_http_xslt_filter_module.c         b->pos = b->last;
pos               531 http/modules/ngx_http_xslt_filter_module.c     b->pos = buf;
pos              1215 http/ngx_http_core_module.c             e.pos = name;
pos              1223 http/ngx_http_core_module.c             path.len = e.pos - path.data;
pos              1225 http/ngx_http_core_module.c             *e.pos = '\0';
pos              1809 http/ngx_http_core_module.c     b->pos = val.data;
pos               383 http/ngx_http_file_cache.c     h = (ngx_http_file_cache_header_t *) c->buf->pos;
pos               465 http/ngx_http_file_cache.c     n = ngx_file_aio_read(&c->file, c->buf->pos, c->body_start, 0, r->pool);
pos               483 http/ngx_http_file_cache.c     return ngx_read_file(&c->file, c->buf->pos, c->body_start, 0);
pos               602 http/ngx_http_header_filter_module.c                    "%*s", (size_t) (b->last - b->pos), b->pos);
pos               607 http/ngx_http_header_filter_module.c     r->header_size = b->last - b->pos;
pos               135 http/ngx_http_parse.c     for (p = b->pos; p < b->last; p++) {
pos               729 http/ngx_http_parse.c     b->pos = p;
pos               736 http/ngx_http_parse.c     b->pos = p + 1;
pos               786 http/ngx_http_parse.c     for (p = b->pos; p < b->last; p++) {
pos               970 http/ngx_http_parse.c     b->pos = p;
pos               979 http/ngx_http_parse.c     b->pos = p + 1;
pos               988 http/ngx_http_parse.c     b->pos = p + 1;
pos              1344 http/ngx_http_parse.c     for (p = b->pos; p < b->last; p++) {
pos              1506 http/ngx_http_parse.c     b->pos = p;
pos              1513 http/ngx_http_parse.c     b->pos = p + 1;
pos               910 http/ngx_http_request.c         if (r->header_in->pos == r->header_in->end) {
pos               969 http/ngx_http_request.c             if (r->header_in->pos == r->header_in->end) {
pos              1083 http/ngx_http_request.c             r->request_length += r->header_in->pos - r->header_in->start;
pos              1128 http/ngx_http_request.c     n = r->header_in->last - r->header_in->pos;
pos              1192 http/ngx_http_request.c         r->header_in->pos = r->header_in->start;
pos              1203 http/ngx_http_request.c         && (size_t) (r->header_in->pos - old)
pos              1216 http/ngx_http_request.c                        b->pos, b->end - b->last);
pos              1236 http/ngx_http_request.c                        b->pos, b->end - b->last);
pos              1259 http/ngx_http_request.c                    "http large header copy: %d", r->header_in->pos - old);
pos              1265 http/ngx_http_request.c     ngx_memcpy(new, old, r->header_in->pos - old);
pos              1267 http/ngx_http_request.c     b->pos = new + (r->header_in->pos - old);
pos              1268 http/ngx_http_request.c     b->last = new + (r->header_in->pos - old);
pos              2410 http/ngx_http_request.c     if (b->pos < b->last) {
pos              2439 http/ngx_http_request.c                 f->pos = f->start;
pos              2464 http/ngx_http_request.c     if (b->pos < b->last) {
pos              2503 http/ngx_http_request.c         b->pos = NULL;
pos              2506 http/ngx_http_request.c         b->pos = b->start;
pos              2645 http/ngx_http_request.c     if (b->pos == NULL) {
pos              2653 http/ngx_http_request.c         b->pos = ngx_palloc(c->pool, size);
pos              2654 http/ngx_http_request.c         if (b->pos == NULL) {
pos              2659 http/ngx_http_request.c         b->start = b->pos;
pos              2660 http/ngx_http_request.c         b->last = b->pos;
pos              2661 http/ngx_http_request.c         b->end = b->pos + size;
pos               110 http/ngx_http_request_body.c     preread = r->header_in->last - r->header_in->pos;
pos               125 http/ngx_http_request_body.c         b->start = r->header_in->pos;
pos               126 http/ngx_http_request_body.c         b->pos = r->header_in->pos;
pos               144 http/ngx_http_request_body.c             r->header_in->pos += (size_t) r->headers_in.content_length_n;
pos               162 http/ngx_http_request_body.c         r->header_in->pos = r->header_in->last;
pos               218 http/ngx_http_request_body.c         size = b->last - b->pos;
pos               219 http/ngx_http_request_body.c         ngx_memcpy(rb->buf->pos, b->pos, size);
pos               458 http/ngx_http_request_body.c     size = r->header_in->last - r->header_in->pos;
pos               462 http/ngx_http_request_body.c             r->header_in->pos += size;
pos               466 http/ngx_http_request_body.c             r->header_in->pos += (size_t) r->headers_in.content_length_n;
pos                92 http/ngx_http_script.c     e.pos = value->data;
pos               526 http/ngx_http_script.c     e.pos = value->data;
pos               533 http/ngx_http_script.c     return e.pos;
pos               746 http/ngx_http_script.c     p = e->pos;
pos               749 http/ngx_http_script.c         e->pos = ngx_copy(p, e->ip + sizeof(ngx_http_script_copy_code_t),
pos               757 http/ngx_http_script.c                    "http script copy: \"%*s\"", e->pos - p, p);
pos               851 http/ngx_http_script.c             p = e->pos;
pos               852 http/ngx_http_script.c             e->pos = ngx_copy(p, value->data, value->len);
pos               856 http/ngx_http_script.c                            "http script var: \"%*s\"", e->pos - p, p);
pos               902 http/ngx_http_script.c     e->args = e->pos;
pos              1061 http/ngx_http_script.c     e->pos = e->buf.data;
pos              1088 http/ngx_http_script.c         ngx_unescape_uri(&dst, &src, e->pos - e->buf.data,
pos              1091 http/ngx_http_script.c         if (src < e->pos) {
pos              1092 http/ngx_http_script.c             dst = ngx_movemem(dst, src, e->pos - src);
pos              1095 http/ngx_http_script.c         e->pos = dst;
pos              1098 http/ngx_http_script.c             *e->pos++ = (u_char) (code->args ? '&' : '?');
pos              1099 http/ngx_http_script.c             e->pos = ngx_copy(e->pos, r->args.data, r->args.len);
pos              1102 http/ngx_http_script.c         e->buf.len = e->pos - e->buf.data;
pos              1128 http/ngx_http_script.c             *e->pos++ = '&';
pos              1129 http/ngx_http_script.c             e->pos = ngx_copy(e->pos, r->args.data, r->args.len);
pos              1132 http/ngx_http_script.c         r->args.len = e->pos - e->args;
pos              1138 http/ngx_http_script.c         e->buf.len = e->pos - e->buf.data;
pos              1246 http/ngx_http_script.c     u_char                               *p, *pos;
pos              1259 http/ngx_http_script.c     pos = e->pos;
pos              1269 http/ngx_http_script.c             e->pos = (u_char *) ngx_escape_uri(pos, &p[cap[n]],
pos              1273 http/ngx_http_script.c             e->pos = ngx_copy(pos, &p[cap[n]], cap[n + 1] - cap[n]);
pos              1278 http/ngx_http_script.c                    "http script capture: \"%*s\"", e->pos - pos, pos);
pos              1337 http/ngx_http_script.c     value.len = e->pos - e->buf.data;
pos              1634 http/ngx_http_script.c     e->pos = e->buf.data;
pos                18 http/ngx_http_script.h     u_char                     *pos;
pos               666 http/ngx_http_special_response.c     b->pos = ngx_http_error_pages[err].data;
pos               679 http/ngx_http_special_response.c     b->pos = tail;
pos               692 http/ngx_http_special_response.c         b->pos = ngx_http_msie_padding;
pos               759 http/ngx_http_special_response.c     p = ngx_cpymem(b->pos, ngx_http_msie_refresh_head,
pos               737 http/ngx_http_upstream.c             u->buffer.pos = u->buffer.start + c->header_start;
pos               738 http/ngx_http_upstream.c             u->buffer.last = u->buffer.pos;
pos               789 http/ngx_http_upstream.c     u->buffer.pos += c->header_start;
pos              1169 http/ngx_http_upstream.c         r->request_body->buf->pos = r->request_body->buf->start;
pos              1286 http/ngx_http_upstream.c         cl->buf->pos = cl->buf->start;
pos              1303 http/ngx_http_upstream.c         u->output.buf->pos = u->output.buf->start;
pos              1313 http/ngx_http_upstream.c     u->buffer.pos = u->buffer.start;
pos              1318 http/ngx_http_upstream.c         u->buffer.pos += r->cache->header_start;
pos              1323 http/ngx_http_upstream.c     u->buffer.last = u->buffer.pos;
pos              1484 http/ngx_http_upstream.c         u->buffer.pos = u->buffer.start;
pos              1503 http/ngx_http_upstream.c             u->buffer.pos += r->cache->header_start;
pos              1504 http/ngx_http_upstream.c             u->buffer.last = u->buffer.pos;
pos              1549 http/ngx_http_upstream.c             if (u->buffer.pos == u->buffer.end) {
pos              1580 http/ngx_http_upstream.c             u->buffer.last = u->buffer.pos;
pos              1615 http/ngx_http_upstream.c     n = u->buffer.last - u->buffer.pos;
pos              2084 http/ngx_http_upstream.c         n = u->buffer.last - u->buffer.pos;
pos              2087 http/ngx_http_upstream.c             u->buffer.last = u->buffer.pos;
pos              2099 http/ngx_http_upstream.c             u->buffer.pos = u->buffer.start;
pos              2183 http/ngx_http_upstream.c             r->cache->body_start = (u_short) (u->buffer.pos - u->buffer.start);
pos              2249 http/ngx_http_upstream.c     p->preread_size = u->buffer.last - u->buffer.pos;
pos              2259 http/ngx_http_upstream.c         p->buf_to_file->pos = u->buffer.start;
pos              2260 http/ngx_http_upstream.c         p->buf_to_file->last = u->buffer.pos;
pos              2276 http/ngx_http_upstream.c     u->buffer.last = u->buffer.pos;
pos              2400 http/ngx_http_upstream.c                 b->pos = b->start;
pos              2502 http/ngx_http_upstream.c     cl->buf->pos = b->last;
pos              1563 http/ngx_http_variables.c         v->len = buf->last - buf->pos;
pos              1567 http/ngx_http_variables.c         v->data = buf->pos;
pos              1573 http/ngx_http_variables.c     len = (buf->last - buf->pos) + (next->last - next->pos);
pos              1582 http/ngx_http_variables.c     p = ngx_cpymem(p, buf->pos, buf->last - buf->pos);
pos              1583 http/ngx_http_variables.c     ngx_memcpy(p, next->pos, next->last - next->pos);
pos                76 http/ngx_http_write_filter_module.c                        cl->buf->start, cl->buf->pos,
pos                77 http/ngx_http_write_filter_module.c                        cl->buf->last - cl->buf->pos,
pos                90 http/ngx_http_write_filter_module.c                           cl->buf->pos,
pos               128 http/ngx_http_write_filter_module.c                        cl->buf->start, cl->buf->pos,
pos               129 http/ngx_http_write_filter_module.c                        cl->buf->last - cl->buf->pos,
pos               142 http/ngx_http_write_filter_module.c                           cl->buf->pos,
pos               251 mail/ngx_mail_auth_http_module.c     size = ctx->request->last - ctx->request->pos;
pos               253 mail/ngx_mail_auth_http_module.c     n = ngx_send(c, ctx->request->pos, size);
pos               263 mail/ngx_mail_auth_http_module.c         ctx->request->pos += n;
pos               326 mail/ngx_mail_auth_http_module.c     n = ngx_recv(c, ctx->response->pos, size);
pos               365 mail/ngx_mail_auth_http_module.c     for (p = ctx->response->pos; p < ctx->response->last; p++) {
pos               434 mail/ngx_mail_auth_http_module.c     ctx->response->pos = p;
pos               445 mail/ngx_mail_auth_http_module.c     ctx->response->pos = p + 1;
pos               931 mail/ngx_mail_auth_http_module.c     for (p = ctx->response->pos; p < ctx->response->last; p++) {
pos              1076 mail/ngx_mail_auth_http_module.c     ctx->response->pos = p;
pos              1083 mail/ngx_mail_auth_http_module.c     ctx->response->pos = p + 1;
pos              1090 mail/ngx_mail_auth_http_module.c     ctx->response->pos = p + 1;
pos              1258 mail/ngx_mail_auth_http_module.c     l.len = b->last - b->pos;
pos              1259 mail/ngx_mail_auth_http_module.c     l.data = b->pos;
pos               665 mail/ngx_mail_handler.c     s->buffer->pos = s->buffer->start;
pos               281 mail/ngx_mail_imap_handler.c             s->buffer->pos = s->arg_start;
pos               285 mail/ngx_mail_imap_handler.c             s->buffer->pos = s->buffer->start;
pos                27 mail/ngx_mail_parse.c     for (p = s->buffer->pos; p < s->buffer->last; p++) {
pos               179 mail/ngx_mail_parse.c     s->buffer->pos = p;
pos               186 mail/ngx_mail_parse.c     s->buffer->pos = p + 1;
pos               233 mail/ngx_mail_parse.c     for (p = s->buffer->pos; p < s->buffer->last; p++) {
pos               520 mail/ngx_mail_parse.c                 s->buffer->pos = p + 1;
pos               579 mail/ngx_mail_parse.c     s->buffer->pos = p;
pos               586 mail/ngx_mail_parse.c     s->buffer->pos = p + 1;
pos               632 mail/ngx_mail_parse.c     for (p = s->buffer->pos; p < s->buffer->last; p++) {
pos               798 mail/ngx_mail_parse.c     s->buffer->pos = p;
pos               805 mail/ngx_mail_parse.c     s->buffer->pos = p + 1;
pos               266 mail/ngx_mail_pop3_handler.c         s->buffer->pos = s->buffer->start;
pos               321 mail/ngx_mail_proxy_module.c     s->proxy->buffer->pos = s->proxy->buffer->start;
pos               455 mail/ngx_mail_proxy_module.c     s->proxy->buffer->pos = s->proxy->buffer->start;
pos               640 mail/ngx_mail_proxy_module.c             b->pos = b->start;
pos               679 mail/ngx_mail_proxy_module.c     s->proxy->buffer->pos = s->proxy->buffer->start;
pos               726 mail/ngx_mail_proxy_module.c     if (b->last - b->pos < 4) {
pos               735 mail/ngx_mail_proxy_module.c                           b->pos);
pos               742 mail/ngx_mail_proxy_module.c     p = b->pos;
pos               828 mail/ngx_mail_proxy_module.c     s->out.len = b->last - b->pos;
pos               829 mail/ngx_mail_proxy_module.c     s->out.data = b->pos;
pos               910 mail/ngx_mail_proxy_module.c             size = b->last - b->pos;
pos               915 mail/ngx_mail_proxy_module.c                 n = dst->send(dst, b->pos, size);
pos               923 mail/ngx_mail_proxy_module.c                     b->pos += n;
pos               925 mail/ngx_mail_proxy_module.c                     if (b->pos == b->last) {
pos               926 mail/ngx_mail_proxy_module.c                         b->pos = b->start;
pos               961 mail/ngx_mail_proxy_module.c     if ((s->connection->read->eof && s->buffer->pos == s->buffer->last)
pos               963 mail/ngx_mail_proxy_module.c             && s->proxy->buffer->pos == s->proxy->buffer->last)
pos               506 mail/ngx_mail_smtp_handler.c         s->buffer->pos = s->buffer->start;
pos               836 mail/ngx_mail_smtp_handler.c     s->buffer->pos = s->buffer->start;
pos                33 os/unix/ngx_aio_write_chain.c         if (cl->buf->pos == cl->buf->last) {
pos                44 os/unix/ngx_aio_write_chain.c         buf = cl->buf->pos;
pos                50 os/unix/ngx_aio_write_chain.c         while (cl && prev == cl->buf->pos && send < limit) {
pos                55 os/unix/ngx_aio_write_chain.c             size = cl->buf->last - cl->buf->pos;
pos                62 os/unix/ngx_aio_write_chain.c             prev = cl->buf->pos + size;
pos                85 os/unix/ngx_aio_write_chain.c             if (sent >= cl->buf->last - cl->buf->pos) {
pos                86 os/unix/ngx_aio_write_chain.c                 sent -= cl->buf->last - cl->buf->pos;
pos                87 os/unix/ngx_aio_write_chain.c                 cl->buf->pos = cl->buf->last;
pos                92 os/unix/ngx_aio_write_chain.c             cl->buf->pos += sent;
pos               117 os/unix/ngx_darwin_sendfile_chain.c             size = cl->buf->last - cl->buf->pos;
pos               123 os/unix/ngx_darwin_sendfile_chain.c             if (prev == cl->buf->pos) {
pos               132 os/unix/ngx_darwin_sendfile_chain.c                 iov->iov_base = (void *) cl->buf->pos;
pos               136 os/unix/ngx_darwin_sendfile_chain.c             prev = cl->buf->pos + (size_t) size;
pos               191 os/unix/ngx_darwin_sendfile_chain.c                 size = cl->buf->last - cl->buf->pos;
pos               197 os/unix/ngx_darwin_sendfile_chain.c                 if (prev == cl->buf->pos) {
pos               206 os/unix/ngx_darwin_sendfile_chain.c                     iov->iov_base = (void *) cl->buf->pos;
pos               210 os/unix/ngx_darwin_sendfile_chain.c                 prev = cl->buf->pos + (size_t) size;
pos               329 os/unix/ngx_darwin_sendfile_chain.c                     cl->buf->pos = cl->buf->last;
pos               340 os/unix/ngx_darwin_sendfile_chain.c                 cl->buf->pos += (size_t) sent;
pos               163 os/unix/ngx_files.c         return ngx_write_file(file, cl->buf->pos,
pos               164 os/unix/ngx_files.c                               (size_t) (cl->buf->last - cl->buf->pos),
pos               183 os/unix/ngx_files.c             if (prev == cl->buf->pos) {
pos               184 os/unix/ngx_files.c                 iov->iov_len += cl->buf->last - cl->buf->pos;
pos               192 os/unix/ngx_files.c                 iov->iov_base = (void *) cl->buf->pos;
pos               193 os/unix/ngx_files.c                 iov->iov_len = cl->buf->last - cl->buf->pos;
pos               196 os/unix/ngx_files.c             size += cl->buf->last - cl->buf->pos;
pos               121 os/unix/ngx_freebsd_sendfile_chain.c             size = cl->buf->last - cl->buf->pos;
pos               127 os/unix/ngx_freebsd_sendfile_chain.c             if (prev == cl->buf->pos) {
pos               136 os/unix/ngx_freebsd_sendfile_chain.c                 iov->iov_base = (void *) cl->buf->pos;
pos               140 os/unix/ngx_freebsd_sendfile_chain.c             prev = cl->buf->pos + (size_t) size;
pos               196 os/unix/ngx_freebsd_sendfile_chain.c                 size = cl->buf->last - cl->buf->pos;
pos               202 os/unix/ngx_freebsd_sendfile_chain.c                 if (prev == cl->buf->pos) {
pos               211 os/unix/ngx_freebsd_sendfile_chain.c                     iov->iov_base = (void *) cl->buf->pos;
pos               215 os/unix/ngx_freebsd_sendfile_chain.c                 prev = cl->buf->pos + (size_t) size;
pos               375 os/unix/ngx_freebsd_sendfile_chain.c                     cl->buf->pos = cl->buf->last;
pos               386 os/unix/ngx_freebsd_sendfile_chain.c                 cl->buf->pos += (size_t) sent;
pos               108 os/unix/ngx_linux_sendfile_chain.c                               cl->buf->pos,
pos               124 os/unix/ngx_linux_sendfile_chain.c             size = cl->buf->last - cl->buf->pos;
pos               130 os/unix/ngx_linux_sendfile_chain.c             if (prev == cl->buf->pos) {
pos               139 os/unix/ngx_linux_sendfile_chain.c                 iov->iov_base = (void *) cl->buf->pos;
pos               143 os/unix/ngx_linux_sendfile_chain.c             prev = cl->buf->pos + (size_t) size;
pos               341 os/unix/ngx_linux_sendfile_chain.c                     cl->buf->pos = cl->buf->last;
pos               352 os/unix/ngx_linux_sendfile_chain.c                 cl->buf->pos += (size_t) sent;
pos               105 os/unix/ngx_solaris_sendfilev_chain.c                 size = cl->buf->last - cl->buf->pos;
pos               111 os/unix/ngx_solaris_sendfilev_chain.c                 if (prev == cl->buf->pos) {
pos               122 os/unix/ngx_solaris_sendfilev_chain.c                     sfv->sfv_off = (off_t) (uintptr_t) cl->buf->pos;
pos               126 os/unix/ngx_solaris_sendfilev_chain.c                 prev = cl->buf->pos + (size_t) size;
pos               214 os/unix/ngx_solaris_sendfilev_chain.c                     cl->buf->pos = cl->buf->last;
pos               225 os/unix/ngx_solaris_sendfilev_chain.c                 cl->buf->pos += sent;
pos                85 os/unix/ngx_writev_chain.c             size = cl->buf->last - cl->buf->pos;
pos                91 os/unix/ngx_writev_chain.c             if (prev == cl->buf->pos) {
pos               100 os/unix/ngx_writev_chain.c                 iov->iov_base = (void *) cl->buf->pos;
pos               104 os/unix/ngx_writev_chain.c             prev = cl->buf->pos + size;
pos               151 os/unix/ngx_writev_chain.c             size = cl->buf->last - cl->buf->pos;
pos               155 os/unix/ngx_writev_chain.c                 cl->buf->pos = cl->buf->last;
pos               160 os/unix/ngx_writev_chain.c             cl->buf->pos += sent;