Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.h97 ngx_int_t ngx_http_parse_uri(ngx_http_request_t *r);
H A Dngx_http_parse.c1115 ngx_http_parse_uri(ngx_http_request_t *r) in ngx_http_parse_uri() function
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3384 if (ngx_http_parse_uri(r) != NGX_OK) { in ngx_http_v2_parse_path()