Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request_body.c33 size_t preread; in ngx_http_read_client_request_body() local
88 preread = r->header_in->last - r->header_in->pos; in ngx_http_read_client_request_body()
90 if (preread) { in ngx_http_read_client_request_body()
95 "http client request body preread %uz", preread); in ngx_http_read_client_request_body()
106 r->request_length += preread - (r->header_in->last - r->header_in->pos); in ngx_http_read_client_request_body()
169 size += preread; in ngx_http_read_client_request_body()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h194 ngx_buf_t *preread; member
H A Dngx_http_v2.c968 buf = stream->preread; in ngx_http_v2_state_read_data()
979 stream->preread = buf; in ngx_http_v2_state_read_data()
3895 buf = stream->preread; in ngx_http_v2_read_request_body()