Searched refs:uri_start (Results 1 – 4 of 4) sorted by relevance
283 r->uri_start = p; in ngx_http_parse_request_line()380 r->uri_start = p; in ngx_http_parse_request_line()388 r->uri_start = r->schema_end + 1; in ngx_http_parse_request_line()446 r->uri_start = p; in ngx_http_parse_request_line()455 r->uri_start = r->schema_end + 1; in ngx_http_parse_request_line()1127 for (p = r->uri_start; p != r->uri_end; p++) { in ngx_http_parse_uri()1281 p = r->uri_start; in ngx_http_parse_complex_uri()1320 if (p == r->uri_start + r->uri.len) { in ngx_http_parse_complex_uri()
577 u_char *uri_start; member601 #define ngx_http_ephemeral(r) (void *) (&r->uri_start)
1206 r->uri.len = r->args_start - 1 - r->uri_start; in ngx_http_process_request_uri()1208 r->uri.len = r->uri_end - r->uri_start; in ngx_http_process_request_uri()1231 r->uri.data = r->uri_start; in ngx_http_process_request_uri()1234 r->unparsed_uri.len = r->uri_end - r->uri_start; in ngx_http_process_request_uri()1235 r->unparsed_uri.data = r->uri_start; in ngx_http_process_request_uri()1666 r->uri_start = new + (r->uri_start - old); in ngx_http_alloc_large_header_buffer()
3381 r->uri_start = value->data; in ngx_http_v2_parse_path()