body_start        711 http/modules/ngx_http_range_filter_module.c     off_t              body_start;
body_start        722 http/modules/ngx_http_range_filter_module.c     body_start = r->cached ? r->cache->body_start : 0;
body_start        724 http/modules/ngx_http_range_filter_module.c     body_start = 0;
body_start        787 http/modules/ngx_http_range_filter_module.c             b->file_pos = body_start + range[i].start;
body_start        788 http/modules/ngx_http_range_filter_module.c             b->file_last = body_start + range[i].end;
body_start         52 http/ngx_http_cache.h     size_t                           body_start;
body_start         69 http/ngx_http_cache.h     size_t                           body_start;
body_start         95 http/ngx_http_cache.h     u_short                          body_start;
body_start        353 http/ngx_http_file_cache.c     c->buf = ngx_create_temp_buf(r->pool, c->body_start);
body_start        398 http/ngx_http_file_cache.c     c->body_start = h->body_start;
body_start        410 http/ngx_http_file_cache.c             c->node->body_start = c->body_start;
body_start        465 http/ngx_http_file_cache.c     n = ngx_file_aio_read(&c->file, c->buf->pos, c->body_start, 0, r->pool);
body_start        483 http/ngx_http_file_cache.c     return ngx_read_file(&c->file, c->buf->pos, c->body_start, 0);
body_start        537 http/ngx_http_file_cache.c             c->body_start = fcn->body_start;
body_start        547 http/ngx_http_file_cache.c             c->body_start = fcn->body_start;
body_start        596 http/ngx_http_file_cache.c     fcn->body_start = 0;
body_start        762 http/ngx_http_file_cache.c     h->body_start = (u_short) c->body_start;
body_start        838 http/ngx_http_file_cache.c     c->node->body_start = c->body_start;
body_start        881 http/ngx_http_file_cache.c     r->header_only = (c->length - c->body_start) == 0;
body_start        889 http/ngx_http_file_cache.c     b->file_pos = c->body_start;
body_start       1382 http/ngx_http_file_cache.c         c.body_start = h.body_start;
body_start       1391 http/ngx_http_file_cache.c     if (c.body_start == 0) {
body_start       1449 http/ngx_http_file_cache.c         fcn->body_start = c->body_start;
body_start        682 http/ngx_http_upstream.c         c->body_start = u->conf->buffer_size;
body_start        781 http/ngx_http_upstream.c     if (c->header_start == c->body_start) {
body_start       2151 http/ngx_http_upstream.c             r->cache->body_start = u->conf->buffer_size;
body_start       2183 http/ngx_http_upstream.c             r->cache->body_start = (u_short) (u->buffer.pos - u->buffer.start);