Searched refs:ngx_http_v2_process_request_body (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 173 static ngx_int_t ngx_http_v2_process_request_body(ngx_http_request_t *r, 960 rc = ngx_http_v2_process_request_body(r, pos, size, stream->in_closed); in ngx_http_v2_state_read_data() 3901 rc = ngx_http_v2_process_request_body(r, buf->pos, in ngx_http_v2_read_request_body() 3907 return ngx_http_v2_process_request_body(r, NULL, 0, 1); in ngx_http_v2_read_request_body() 3911 rc = ngx_http_v2_process_request_body(r, buf->pos, in ngx_http_v2_read_request_body() 3963 ngx_http_v2_process_request_body(ngx_http_request_t *r, u_char *pos, in ngx_http_v2_process_request_body() function
|