Home
last modified time | relevance | path

Searched refs:set_request_state (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_https_upstream.cc154 downstream->set_request_state( in htp_uricb()
186 downstream->set_request_state( in htp_hdr_keycb()
201 downstream->set_request_state( in htp_hdr_keycb()
241 downstream->set_request_state( in htp_hdr_valcb()
466 downstream->set_request_state(DownstreamState::HEADER_COMPLETE); in htp_hdrs_completecb()
509 downstream->set_request_state(DownstreamState::CONNECT_FAIL); in htp_hdrs_completecb()
597 downstream->set_request_state(DownstreamState::MSG_COMPLETE); in htp_msg_completecb()
H A Dshrpx_http2_upstream.cc92 downstream->set_request_state(DownstreamState::STREAM_CLOSED); in on_stream_close_callback()
420 downstream->set_request_state(DownstreamState::HEADER_COMPLETE); in on_request_headers()
445 downstream->set_request_state(DownstreamState::MSG_COMPLETE); in on_request_headers()
485 downstream->set_request_state(DownstreamState::CONNECT_FAIL); in initiate_downstream()
571 downstream->set_request_state(DownstreamState::MSG_COMPLETE); in on_frame_recv_callback()
600 downstream->set_request_state(DownstreamState::MSG_COMPLETE); in on_frame_recv_callback()
767 promised_downstream->set_request_state(DownstreamState::MSG_COMPLETE); in on_frame_send_callback()
H A Dshrpx_downstream.h398 void set_request_state(DownstreamState state);
H A Dshrpx_http3_upstream.cc2306 downstream->set_request_state(DownstreamState::HEADER_COMPLETE); in http_end_request_headers()
2365 downstream->set_request_state(DownstreamState::CONNECT_FAIL); in initiate_downstream()
2481 downstream->set_request_state(DownstreamState::MSG_COMPLETE); in http_end_stream()
2540 downstream->set_request_state(DownstreamState::STREAM_CLOSED); in http_stream_close()
H A Dshrpx_http_downstream_connection.cc111 downstream->set_request_state(DownstreamState::CONNECT_FAIL); in retry_downstream_connection()
1051 downstream->set_request_state(DownstreamState::HEADER_COMPLETE); in htp_hdrs_completecb()
H A Dshrpx_http2_session.cc1165 downstream->set_request_state(DownstreamState::HEADER_COMPLETE); in on_response_headers()
2301 promised_downstream->set_request_state(DownstreamState::MSG_COMPLETE); in handle_downstream_push_promise_complete()
H A Dshrpx_downstream.cc622 void Downstream::set_request_state(DownstreamState state) { in set_request_state() function in shrpx::Downstream

Completed in 16 milliseconds