Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.h98 ngx_int_t ngx_http_parse_complex_uri(ngx_http_request_t *r,
H A Dngx_http_parse.c1263 ngx_http_parse_complex_uri(ngx_http_request_t *r, ngx_uint_t merge_slashes) in ngx_http_parse_complex_uri() function
H A Dngx_http_request.c1221 if (ngx_http_parse_complex_uri(r, cscf->merge_slashes) != NGX_OK) { in ngx_http_process_request_uri()