Searched refs:uri_ext (Results 1 – 3 of 3) sorted by relevance
561 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 …]
579 u_char *uri_ext; member
1239 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()