Searched refs:uri_end (Results 1 – 4 of 4) sorted by relevance
496 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 …]
578 u_char *uri_end; member
1208 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()
3382 r->uri_end = value->data + value->len; in ngx_http_v2_parse_path()