uri_start         107 http/ngx_http.h #define ngx_http_ephemeral(r)  (void *) (&r->uri_start)
uri_start         176 http/ngx_http_copy_filter_module.c             e = (ngx_http_ephemeral_t *) &r->uri_start;
uri_start         276 http/ngx_http_parse.c                 r->uri_start = p;
uri_start         352 http/ngx_http_parse.c                 r->uri_start = p;
uri_start         360 http/ngx_http_parse.c                 r->uri_start = r->schema_end + 1;
uri_start         377 http/ngx_http_parse.c                 r->uri_start = p;
uri_start         386 http/ngx_http_parse.c                 r->uri_start = r->schema_end + 1;
uri_start        1014 http/ngx_http_parse.c     p = r->uri_start;
uri_start        1047 http/ngx_http_parse.c                 if (p == r->uri_start + r->uri.len) {
uri_start         730 http/ngx_http_request.c                 r->uri.len = r->args_start - 1 - r->uri_start;
uri_start         732 http/ngx_http_request.c                 r->uri.len = r->uri_end - r->uri_start;
uri_start         756 http/ngx_http_request.c                 r->uri.data = r->uri_start;
uri_start         760 http/ngx_http_request.c             r->unparsed_uri.len = r->uri_end - r->uri_start;
uri_start         761 http/ngx_http_request.c             r->unparsed_uri.data = r->uri_start;
uri_start        1279 http/ngx_http_request.c         r->uri_start = new + (r->uri_start - old);
uri_start         541 http/ngx_http_request.h     u_char                           *uri_start;