Searched refs:process_response_handler (Results 1 – 3 of 3) sorted by relevance
342 response_to_queue->process_response_handler = &SPDYF_handler_write_data; in SPDYF_response_queue_create()400 response_to_queue->process_response_handler = &SPDYF_handler_write_data; in SPDYF_response_queue_create()417 response_to_queue->process_response_handler = &SPDYF_handler_write_syn_reply; in SPDYF_response_queue_create()
1034 if(SPDY_NO == session->response_queue_head->process_response_handler(session)) in SPDYF_session_write()1652 response_to_queue->process_response_handler = &SPDYF_handler_write_goaway; in SPDYF_prepare_goaway()1707 response_to_queue->process_response_handler = &SPDYF_handler_write_rst_stream; in SPDYF_prepare_rst_stream()1759 response_to_queue->process_response_handler = &SPDYF_handler_write_window_update; in SPDYF_prepare_window_update()
446 int (* process_response_handler)(struct SPDY_Session *session); member