header_in         290 http/ngx_http_request.c             r->header_in = hc->busy[0];
header_in         448 http/ngx_http_request.c     if (r->header_in == NULL) {
header_in         449 http/ngx_http_request.c         r->header_in = c->buffer;
header_in         719 http/ngx_http_request.c         rc = ngx_http_parse_request_line(r, r->header_in);
header_in         910 http/ngx_http_request.c         if (r->header_in->pos == r->header_in->end) {
header_in         920 http/ngx_http_request.c                 r->request_line.len = r->header_in->end - r->request_start;
header_in         969 http/ngx_http_request.c             if (r->header_in->pos == r->header_in->end) {
header_in         991 http/ngx_http_request.c                     len = r->header_in->end - p;
header_in        1015 http/ngx_http_request.c         rc = ngx_http_parse_header_line(r, r->header_in,
header_in        1083 http/ngx_http_request.c             r->request_length += r->header_in->pos - r->header_in->start;
header_in        1128 http/ngx_http_request.c     n = r->header_in->last - r->header_in->pos;
header_in        1135 http/ngx_http_request.c         n = c->recv(c, r->header_in->last,
header_in        1136 http/ngx_http_request.c                     r->header_in->end - r->header_in->last);
header_in        1168 http/ngx_http_request.c     r->header_in->last += n;
header_in        1190 http/ngx_http_request.c         r->request_length += r->header_in->end - r->header_in->start;
header_in        1192 http/ngx_http_request.c         r->header_in->pos = r->header_in->start;
header_in        1193 http/ngx_http_request.c         r->header_in->last = r->header_in->start;
header_in        1203 http/ngx_http_request.c         && (size_t) (r->header_in->pos - old)
header_in        1251 http/ngx_http_request.c         r->request_length += r->header_in->end - r->header_in->start;
header_in        1253 http/ngx_http_request.c         r->header_in = b;
header_in        1259 http/ngx_http_request.c                    "http large header copy: %d", r->header_in->pos - old);
header_in        1261 http/ngx_http_request.c     r->request_length += old - r->header_in->start;
header_in        1265 http/ngx_http_request.c     ngx_memcpy(new, old, r->header_in->pos - old);
header_in        1267 http/ngx_http_request.c     b->pos = new + (r->header_in->pos - old);
header_in        1268 http/ngx_http_request.c     b->last = new + (r->header_in->pos - old);
header_in        1318 http/ngx_http_request.c     r->header_in = b;
header_in        2408 http/ngx_http_request.c     b = r->header_in;
header_in        3099 http/ngx_http_request.c         for (p = r->request_start; p < r->header_in->last; p++) {
header_in         368 http/ngx_http_request.h     ngx_buf_t                        *header_in;
header_in         110 http/ngx_http_request_body.c     preread = r->header_in->last - r->header_in->pos;
header_in         125 http/ngx_http_request_body.c         b->start = r->header_in->pos;
header_in         126 http/ngx_http_request_body.c         b->pos = r->header_in->pos;
header_in         127 http/ngx_http_request_body.c         b->last = r->header_in->last;
header_in         128 http/ngx_http_request_body.c         b->end = r->header_in->end;
header_in         144 http/ngx_http_request_body.c             r->header_in->pos += (size_t) r->headers_in.content_length_n;
header_in         162 http/ngx_http_request_body.c         r->header_in->pos = r->header_in->last;
header_in         458 http/ngx_http_request_body.c     size = r->header_in->last - r->header_in->pos;
header_in         462 http/ngx_http_request_body.c             r->header_in->pos += size;
header_in         466 http/ngx_http_request_body.c             r->header_in->pos += (size_t) r->headers_in.content_length_n;
header_in         789 http/ngx_http_variables.c         for (p = s; p < r->header_in->last; p++) {