Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c157 static ngx_int_t ngx_http_v2_parse_path(ngx_http_request_t *r,
2653 rc = ngx_http_v2_parse_path(r, &value); in ngx_http_v2_push_stream()
3326 return ngx_http_v2_parse_path(r, &header->value); in ngx_http_v2_pseudo_header()
3365 ngx_http_v2_parse_path(ngx_http_request_t *r, ngx_str_t *value) in ngx_http_v2_parse_path() function