Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_downstream.h153 unconsumed_body_length(0), in Request()
166 assert(unconsumed_body_length >= len); in consume()
167 unconsumed_body_length -= len; in consume()
203 size_t unconsumed_body_length; member
235 unconsumed_body_length(0), in Response()
243 assert(unconsumed_body_length >= len); in consume()
244 unconsumed_body_length -= len; in consume()
285 size_t unconsumed_body_length; member
Dshrpx_http2_downstream_connection.cc81 resp.unconsumed_body_length); in ~Http2DownstreamConnection()
83 resp.unconsumed_body_length = 0; in ~Http2DownstreamConnection()
128 resp.unconsumed_body_length); in detach_downstream()
130 resp.unconsumed_body_length = 0; in detach_downstream()
511 req.unconsumed_body_length += datalen; in push_upload_data_chunk()
573 resp.unconsumed_body_length -= consumed; in resume_read()
Dshrpx_http_downstream_connection.cc745 req.unconsumed_body_length += datalen; in push_upload_data_chunk()
1198 req.unconsumed_body_length); in write_first()
1271 req.unconsumed_body_length); in write_clear()
1395 req.unconsumed_body_length); in write_tls()
Dshrpx_downstream.cc658 req_.unconsumed_body_length += datalen; in push_upload_data_chunk()
672 req_.unconsumed_body_length += datalen; in push_upload_data_chunk()
Dshrpx_http2_upstream.cc76 upstream->consume(stream_id, req.unconsumed_body_length); in on_stream_close_callback()
78 req.unconsumed_body_length = 0; in on_stream_close_callback()
Dshrpx_https_upstream.cc754 return downstream->resume_read(SHRPX_NO_BUFFER, resp.unconsumed_body_length); in on_write()
Dshrpx_http2_session.cc1435 resp.unconsumed_body_length += len; in on_data_chunk_recv_callback()