Home
last modified time | relevance | path

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

/dports/www/p5-W3C-LogValidator/W3C-LogValidator-1.4/lib/W3C/LogValidator/
H A DSurveyEngine.pm89 my $uri_ext = "";
93 $uri_ext = $1;
95 elsif ($uri =~ /\/$/) { $uri_ext = "/";}
98 if ($ext eq $uri_ext) { $match = 1; }
H A DCSSValidator.pm157 my $uri_ext = "";
161 $uri_ext = $1;
163 elsif ($uri =~ /\/$/) { $uri_ext = "/";}
164 elsif (($uri_ext eq "") and $config{CheckExtensionlessURIs}) {$match = 1; }
170 if (($ext eq $uri_ext) or ($ext eq "*")) { $match = 1; }
H A DHTMLValidator.pm170 my $uri_ext = "";
174 $uri_ext = $1;
176 elsif ($uri =~ /\/$/) { $uri_ext = "/";}
177 elsif (($uri_ext eq "") and $config{CheckExtensionlessURIs}) {$match = 1; }
184 if (($ext eq $uri_ext) or ($ext eq "*")) { $match = 1; }
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/
H A Dngx_http_parse.c574 r->uri_ext = NULL; in ngx_http_parse_request_line()
578 r->uri_ext = p + 1; in ngx_http_parse_request_line()
1223 r->uri_ext = NULL; in ngx_http_parse_uri()
1227 r->uri_ext = p + 1; in ngx_http_parse_uri()
1300 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1339 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1363 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1619 if (r->uri_ext) { in ngx_http_parse_complex_uri()
1624 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1644 if (r->uri_ext) { in ngx_http_parse_complex_uri()
[all …]
H A Dngx_http_request.h585 u_char *uri_ext; member
H A Dngx_http_request.c1267 if (r->uri_ext) { in ngx_http_process_request_uri()
1269 r->exten.len = r->args_start - 1 - r->uri_ext; in ngx_http_process_request_uri()
1271 r->exten.len = r->uri_end - r->uri_ext; in ngx_http_process_request_uri()
1274 r->exten.data = r->uri_ext; in ngx_http_process_request_uri()
1720 if (r->uri_ext) { in ngx_http_alloc_large_header_buffer()
1721 r->uri_ext = new + (r->uri_ext - old); in ngx_http_alloc_large_header_buffer()
/dports/www/nginx/nginx-1.20.2/src/http/
H A Dngx_http_parse.c574 r->uri_ext = NULL; in ngx_http_parse_request_line()
578 r->uri_ext = p + 1; in ngx_http_parse_request_line()
1223 r->uri_ext = NULL; in ngx_http_parse_uri()
1227 r->uri_ext = p + 1; in ngx_http_parse_uri()
1300 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1339 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1363 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1619 if (r->uri_ext) { in ngx_http_parse_complex_uri()
1624 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1644 if (r->uri_ext) { in ngx_http_parse_complex_uri()
[all …]
H A Dngx_http_request.h585 u_char *uri_ext; member
H A Dngx_http_request.c1267 if (r->uri_ext) { in ngx_http_process_request_uri()
1269 r->exten.len = r->args_start - 1 - r->uri_ext; in ngx_http_process_request_uri()
1271 r->exten.len = r->uri_end - r->uri_ext; in ngx_http_process_request_uri()
1274 r->exten.data = r->uri_ext; in ngx_http_process_request_uri()
1720 if (r->uri_ext) { in ngx_http_alloc_large_header_buffer()
1721 r->uri_ext = new + (r->uri_ext - old); in ngx_http_alloc_large_header_buffer()
/dports/www/nginx-lite/nginx-1.20.2/src/http/
H A Dngx_http_parse.c574 r->uri_ext = NULL; in ngx_http_parse_request_line()
578 r->uri_ext = p + 1; in ngx_http_parse_request_line()
1223 r->uri_ext = NULL; in ngx_http_parse_uri()
1227 r->uri_ext = p + 1; in ngx_http_parse_uri()
1300 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1339 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1363 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1619 if (r->uri_ext) { in ngx_http_parse_complex_uri()
1624 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1644 if (r->uri_ext) { in ngx_http_parse_complex_uri()
[all …]
H A Dngx_http_request.h585 u_char *uri_ext; member
H A Dngx_http_request.c1267 if (r->uri_ext) { in ngx_http_process_request_uri()
1269 r->exten.len = r->args_start - 1 - r->uri_ext; in ngx_http_process_request_uri()
1271 r->exten.len = r->uri_end - r->uri_ext; in ngx_http_process_request_uri()
1274 r->exten.data = r->uri_ext; in ngx_http_process_request_uri()
1720 if (r->uri_ext) { in ngx_http_alloc_large_header_buffer()
1721 r->uri_ext = new + (r->uri_ext - old); in ngx_http_alloc_large_header_buffer()
/dports/www/nginx-full/nginx-1.20.2/src/http/
H A Dngx_http_parse.c574 r->uri_ext = NULL; in ngx_http_parse_request_line()
578 r->uri_ext = p + 1; in ngx_http_parse_request_line()
1223 r->uri_ext = NULL; in ngx_http_parse_uri()
1227 r->uri_ext = p + 1; in ngx_http_parse_uri()
1300 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1339 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1363 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1619 if (r->uri_ext) { in ngx_http_parse_complex_uri()
1624 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1644 if (r->uri_ext) { in ngx_http_parse_complex_uri()
[all …]
H A Dngx_http_request.h585 u_char *uri_ext; member
H A Dngx_http_request.c1267 if (r->uri_ext) { in ngx_http_process_request_uri()
1269 r->exten.len = r->args_start - 1 - r->uri_ext; in ngx_http_process_request_uri()
1271 r->exten.len = r->uri_end - r->uri_ext; in ngx_http_process_request_uri()
1274 r->exten.data = r->uri_ext; in ngx_http_process_request_uri()
1720 if (r->uri_ext) { in ngx_http_alloc_large_header_buffer()
1721 r->uri_ext = new + (r->uri_ext - old); in ngx_http_alloc_large_header_buffer()
/dports/www/nginx-naxsi/nginx-1.20.2/src/http/
H A Dngx_http_parse.c574 r->uri_ext = NULL; in ngx_http_parse_request_line()
578 r->uri_ext = p + 1; in ngx_http_parse_request_line()
1223 r->uri_ext = NULL; in ngx_http_parse_uri()
1227 r->uri_ext = p + 1; in ngx_http_parse_uri()
1300 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1339 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1363 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1619 if (r->uri_ext) { in ngx_http_parse_complex_uri()
1624 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1644 if (r->uri_ext) { in ngx_http_parse_complex_uri()
[all …]
H A Dngx_http_request.h585 u_char *uri_ext; member
H A Dngx_http_request.c1267 if (r->uri_ext) { in ngx_http_process_request_uri()
1269 r->exten.len = r->args_start - 1 - r->uri_ext; in ngx_http_process_request_uri()
1271 r->exten.len = r->uri_end - r->uri_ext; in ngx_http_process_request_uri()
1274 r->exten.data = r->uri_ext; in ngx_http_process_request_uri()
1720 if (r->uri_ext) { in ngx_http_alloc_large_header_buffer()
1721 r->uri_ext = new + (r->uri_ext - old); in ngx_http_alloc_large_header_buffer()
/dports/www/nginx-devel/nginx-1.21.5/src/http/
H A Dngx_http_parse.c556 r->uri_ext = NULL; in ngx_http_parse_request_line()
560 r->uri_ext = p + 1; in ngx_http_parse_request_line()
1187 r->uri_ext = NULL; in ngx_http_parse_uri()
1191 r->uri_ext = p + 1; in ngx_http_parse_uri()
1268 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1307 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1331 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1587 if (r->uri_ext) { in ngx_http_parse_complex_uri()
1592 r->uri_ext = NULL; in ngx_http_parse_complex_uri()
1612 if (r->uri_ext) { in ngx_http_parse_complex_uri()
[all …]
H A Dngx_http_request.h586 u_char *uri_ext; member
H A Dngx_http_request.c1257 if (r->uri_ext) { in ngx_http_process_request_uri()
1259 r->exten.len = r->args_start - 1 - r->uri_ext; in ngx_http_process_request_uri()
1261 r->exten.len = r->uri_end - r->uri_ext; in ngx_http_process_request_uri()
1264 r->exten.data = r->uri_ext; in ngx_http_process_request_uri()
1712 if (r->uri_ext) { in ngx_http_alloc_large_header_buffer()
1713 r->uri_ext = new + (r->uri_ext - old); in ngx_http_alloc_large_header_buffer()
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dactions.c124 const char *uri_ext; in get_full_uri() local
127 uri_ext = get_archive_filename_extension (uri); in get_full_uri()
129 if (strcmp_null_tolerant (uri_ext, default_ext) != 0) in get_full_uri()