Home
last modified time | relevance | path

Searched refs:unconsumed_body_length (Results 1 - 8 of 8) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_downstream.h158 unconsumed_body_length(0), in Request()
171 assert(unconsumed_body_length >= len); in consume()
172 unconsumed_body_length -= len; in consume()
208 size_t unconsumed_body_length; member
240 unconsumed_body_length(0), in Response()
248 assert(unconsumed_body_length >= len); in consume()
249 unconsumed_body_length -= len; in consume()
290 size_t unconsumed_body_length; member
H A 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()
H A Dshrpx_http_downstream_connection.cc763 req.unconsumed_body_length += datalen; in push_upload_data_chunk()
1242 req.unconsumed_body_length); in write_first()
1327 req.unconsumed_body_length); in write_clear()
1463 req.unconsumed_body_length); in write_tls()
H A Dshrpx_downstream.cc668 req_.unconsumed_body_length += datalen; in push_upload_data_chunk()
682 req_.unconsumed_body_length += datalen; in push_upload_data_chunk()
H A 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()
H A Dshrpx_http3_upstream.cc2522 consume(stream_id, req.unconsumed_body_length); in http_stream_close()
2524 req.unconsumed_body_length = 0; in http_stream_close()
H A Dshrpx_https_upstream.cc816 return downstream->resume_read(SHRPX_NO_BUFFER, resp.unconsumed_body_length); in on_write()
H A Dshrpx_http2_session.cc1448 resp.unconsumed_body_length += len; in on_data_chunk_recv_callback()

Completed in 20 milliseconds