Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h289 ngx_int_t ngx_http_v2_read_request_body(ngx_http_request_t *r);
H A Dngx_http_v2.c3828 ngx_http_v2_read_request_body(ngx_http_request_t *r) in ngx_http_v2_read_request_body() function
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request_body.c83 rc = ngx_http_v2_read_request_body(r); in ngx_http_read_client_request_body()