request_end       719 http/ngx_http_parse.c             r->request_end = p - 1;
request_end       738 http/ngx_http_parse.c     if (r->request_end == NULL) {
request_end       739 http/ngx_http_parse.c         r->request_end = p;
request_end       725 http/ngx_http_request.c             r->request_line.len = r->request_end - r->request_start;
request_end       770 http/ngx_http_request.c                 r->http_protocol.len = r->request_end - r->http_protocol.data;
request_end      1273 http/ngx_http_request.c         if (r->request_end) {
request_end      1274 http/ngx_http_request.c             r->request_end = new + (r->request_end - old);
request_end       546 http/ngx_http_request.h     u_char                           *request_end;