Home
last modified time | relevance | path

Searched refs:uri_ext (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_parse.c561 r->uri_ext = NULL; in ngx_http_parse_request_line()
565 r->uri_ext = p + 1; in ngx_http_parse_request_line()
1206 r->uri_ext = NULL; in ngx_http_parse_uri()
1210 r->uri_ext = p + 1; in ngx_http_parse_uri()
1283 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1318 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1342 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1568 if (r->uri_ext) { in ngx_http_parse_complex_uri()
1573 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1593 if (r->uri_ext) { in ngx_http_parse_complex_uri()
[all …]
H A Dngx_http_request.h579 u_char *uri_ext; member
H A Dngx_http_request.c1239 if (r->uri_ext) { in ngx_http_process_request_uri()
1241 r->exten.len = r->args_start - 1 - r->uri_ext; in ngx_http_process_request_uri()
1243 r->exten.len = r->uri_end - r->uri_ext; in ngx_http_process_request_uri()
1246 r->exten.data = r->uri_ext; in ngx_http_process_request_uri()
1686 if (r->uri_ext) { in ngx_http_alloc_large_header_buffer()
1687 r->uri_ext = new + (r->uri_ext - old); in ngx_http_alloc_large_header_buffer()