Searched refs:session_call_on_frame_received (Results 1 - 2 of 2) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_session.c | 3604 static int session_call_on_frame_received(nghttp2_session *session, in session_call_on_frame_received() function 4130 rv = session_call_on_frame_received(session, frame); in session_after_header_block_received() 4416 return session_call_on_frame_received(session, frame); in nghttp2_session_on_priority_received() 4454 return session_call_on_frame_received(session, frame); in nghttp2_session_on_priority_received() 4505 rv = session_call_on_frame_received(session, frame); in nghttp2_session_on_rst_stream_received() 4771 return session_call_on_frame_received(session, frame); in nghttp2_session_on_settings_received() 4928 return session_call_on_frame_received(session, frame); in nghttp2_session_on_settings_received() 5081 return session_call_on_frame_received(session, frame); in nghttp2_session_on_ping_received() 5115 rv = session_call_on_frame_received(session, frame); in nghttp2_session_on_goaway_received() 5155 return session_call_on_frame_received(sessio in session_on_connection_window_update_received() [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_session.c | 3599 static int session_call_on_frame_received(nghttp2_session *session, in session_call_on_frame_received() function 4125 rv = session_call_on_frame_received(session, frame); in session_after_header_block_received() 4411 return session_call_on_frame_received(session, frame); in nghttp2_session_on_priority_received() 4449 return session_call_on_frame_received(session, frame); in nghttp2_session_on_priority_received() 4500 rv = session_call_on_frame_received(session, frame); in nghttp2_session_on_rst_stream_received() 4766 return session_call_on_frame_received(session, frame); in nghttp2_session_on_settings_received() 4923 return session_call_on_frame_received(session, frame); in nghttp2_session_on_settings_received() 5076 return session_call_on_frame_received(session, frame); in nghttp2_session_on_ping_received() 5110 rv = session_call_on_frame_received(session, frame); in nghttp2_session_on_goaway_received() 5150 return session_call_on_frame_received(sessio in session_on_connection_window_update_received() [all...] |
Completed in 13 milliseconds