uri_end           361 http/ngx_http_parse.c                 r->uri_end = r->schema_end + 2;
uri_end           387 http/ngx_http_parse.c                 r->uri_end = r->schema_end + 2;
uri_end           427 http/ngx_http_parse.c                 r->uri_end = p;
uri_end           431 http/ngx_http_parse.c                 r->uri_end = p;
uri_end           436 http/ngx_http_parse.c                 r->uri_end = p;
uri_end           492 http/ngx_http_parse.c                 r->uri_end = p;
uri_end           496 http/ngx_http_parse.c                 r->uri_end = p;
uri_end           501 http/ngx_http_parse.c                 r->uri_end = p;
uri_end           563 http/ngx_http_parse.c                 r->uri_end = p;
uri_end           567 http/ngx_http_parse.c                 r->uri_end = p;
uri_end           572 http/ngx_http_parse.c                 r->uri_end = p;
uri_end          1021 http/ngx_http_parse.c     while (p <= r->uri_end) {
uri_end          1295 http/ngx_http_parse.c     while (p < r->uri_end) {
uri_end           732 http/ngx_http_request.c                 r->uri.len = r->uri_end - r->uri_start;
uri_end           760 http/ngx_http_request.c             r->unparsed_uri.len = r->uri_end - r->uri_start;
uri_end           778 http/ngx_http_request.c                     r->exten.len = r->uri_end - r->uri_ext;
uri_end           785 http/ngx_http_request.c             if (r->args_start && r->uri_end > r->args_start) {
uri_end           786 http/ngx_http_request.c                 r->args.len = r->uri_end - r->args_start;
uri_end          1280 http/ngx_http_request.c         r->uri_end = new + (r->uri_end - old);
uri_end           542 http/ngx_http_request.h     u_char                           *uri_end;