Searched refs:set_request_state (Results 1 – 6 of 6) sorted by relevance
141 downstream->set_request_state( in htp_uricb()173 downstream->set_request_state( in htp_hdr_keycb()188 downstream->set_request_state( in htp_hdr_keycb()228 downstream->set_request_state( in htp_hdr_valcb()434 downstream->set_request_state(DownstreamState::HEADER_COMPLETE); in htp_hdrs_completecb()469 downstream->set_request_state(DownstreamState::CONNECT_FAIL); in htp_hdrs_completecb()550 downstream->set_request_state(DownstreamState::MSG_COMPLETE); in htp_msg_completecb()
92 downstream->set_request_state(DownstreamState::STREAM_CLOSED); in on_stream_close_callback()420 downstream->set_request_state(DownstreamState::HEADER_COMPLETE); in on_request_headers()439 downstream->set_request_state(DownstreamState::MSG_COMPLETE); in on_request_headers()477 downstream->set_request_state(DownstreamState::CONNECT_FAIL); in initiate_downstream()563 downstream->set_request_state(DownstreamState::MSG_COMPLETE); in on_frame_recv_callback()592 downstream->set_request_state(DownstreamState::MSG_COMPLETE); in on_frame_recv_callback()759 promised_downstream->set_request_state(DownstreamState::MSG_COMPLETE); in on_frame_send_callback()
393 void set_request_state(DownstreamState state);
109 downstream->set_request_state(DownstreamState::CONNECT_FAIL); in retry_downstream_connection()1013 downstream->set_request_state(DownstreamState::HEADER_COMPLETE); in htp_hdrs_completecb()
1152 downstream->set_request_state(DownstreamState::HEADER_COMPLETE); in on_response_headers()2285 promised_downstream->set_request_state(DownstreamState::MSG_COMPLETE); in handle_downstream_push_promise_complete()
612 void Downstream::set_request_state(DownstreamState state) { in set_request_state() function in shrpx::Downstream