Searched refs:session_detect_idle_stream (Results 1 - 2 of 2) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_session.c | 133 static int session_detect_idle_stream(nghttp2_session *session, in session_detect_idle_stream() function 856 session_detect_idle_stream(session, pri_spec->stream_id)) { in nghttp2_session_reprioritize_stream() 1355 session_detect_idle_stream(session, pri_spec->stream_id)) { in nghttp2_session_open_stream() 3010 if (!session_detect_idle_stream(session, frame->hd.stream_id)) { in session_after_frame_sent1() 4155 if (session_detect_idle_stream(session, frame->hd.stream_id)) { in nghttp2_session_on_request_headers_received() 4424 if (!session_detect_idle_stream(session, frame->hd.stream_id)) { in nghttp2_session_on_priority_received() 4494 if (session_detect_idle_stream(session, frame->hd.stream_id)) { in nghttp2_session_on_rst_stream_received() 5004 if (session_detect_idle_stream(session, frame->hd.stream_id)) { in nghttp2_session_on_push_promise_received() 5163 if (session_detect_idle_stream(session, frame->hd.stream_id)) { in session_on_stream_window_update_received() 5281 if (session_detect_idle_stream(sessio in nghttp2_session_on_priority_update_received() [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_session.c | 133 static int session_detect_idle_stream(nghttp2_session *session, in session_detect_idle_stream() function 851 session_detect_idle_stream(session, pri_spec->stream_id)) { in nghttp2_session_reprioritize_stream() 1350 session_detect_idle_stream(session, pri_spec->stream_id)) { in nghttp2_session_open_stream() 3005 if (!session_detect_idle_stream(session, frame->hd.stream_id)) { in session_after_frame_sent1() 4150 if (session_detect_idle_stream(session, frame->hd.stream_id)) { in nghttp2_session_on_request_headers_received() 4419 if (!session_detect_idle_stream(session, frame->hd.stream_id)) { in nghttp2_session_on_priority_received() 4489 if (session_detect_idle_stream(session, frame->hd.stream_id)) { in nghttp2_session_on_rst_stream_received() 4999 if (session_detect_idle_stream(session, frame->hd.stream_id)) { in nghttp2_session_on_push_promise_received() 5158 if (session_detect_idle_stream(session, frame->hd.stream_id)) { in session_on_stream_window_update_received() 5276 if (session_detect_idle_stream(sessio in nghttp2_session_on_priority_update_received() [all...] |
Completed in 23 milliseconds