Searched refs:ngx_http_parse_unsafe_uri (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http.h | 102 ngx_int_t ngx_http_parse_unsafe_uri(ngx_http_request_t *r, ngx_str_t *uri,
|
| H A D | ngx_http_parse.c | 1823 ngx_http_parse_unsafe_uri(ngx_http_request_t *r, ngx_str_t *uri, in ngx_http_parse_unsafe_uri() function
|
| H A D | ngx_http_upstream.c | 2767 if (ngx_http_parse_unsafe_uri(r, &uri, &args, &flags) != NGX_OK) { in ngx_http_upstream_process_headers()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_dav_module.c | 632 if (ngx_http_parse_unsafe_uri(r, &duri, &args, &flags) != NGX_OK) { in ngx_http_dav_copy_move_handler()
|
| H A D | ngx_http_ssi_filter_module.c | 2065 if (ngx_http_parse_unsafe_uri(r, uri, &args, &flags) != NGX_OK) { in ngx_http_ssi_include()
|