Home
last modified time | relevance | path

Searched refs:uri_end (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_parse.c496 r->uri_end = p; in ngx_http_parse_request_line()
500 r->uri_end = p; in ngx_http_parse_request_line()
505 r->uri_end = p; in ngx_http_parse_request_line()
568 r->uri_end = p; in ngx_http_parse_request_line()
572 r->uri_end = p; in ngx_http_parse_request_line()
577 r->uri_end = p; in ngx_http_parse_request_line()
640 r->uri_end = p; in ngx_http_parse_request_line()
644 r->uri_end = p; in ngx_http_parse_request_line()
649 r->uri_end = p; in ngx_http_parse_request_line()
1288 while (p <= r->uri_end) { in ngx_http_parse_complex_uri()
[all …]
H A Dngx_http_request.h578 u_char *uri_end; member
H A Dngx_http_request.c1208 r->uri.len = r->uri_end - 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()
1243 r->exten.len = r->uri_end - r->uri_ext; in ngx_http_process_request_uri()
1249 if (r->args_start && r->uri_end > r->args_start) { in ngx_http_process_request_uri()
1250 r->args.len = r->uri_end - r->args_start; in ngx_http_process_request_uri()
1667 r->uri_end = new + (r->uri_end - old); in ngx_http_alloc_large_header_buffer()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3382 r->uri_end = value->data + value->len; in ngx_http_v2_parse_path()