Home
last modified time | relevance | path

Searched refs:last_sent_stream_id (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/tests/
H A Dnghttp2_test_helper.c347 session->last_sent_stream_id = in open_sent_stream3()
348 nghttp2_max(session->last_sent_stream_id, stream_id); in open_sent_stream3()
372 session->last_sent_stream_id = in open_sent_stream_with_dep_weight()
373 nghttp2_max(session->last_sent_stream_id, stream_id); in open_sent_stream_with_dep_weight()
H A Dnghttp2_session_test.c3347 session->last_sent_stream_id = 3; in test_nghttp2_session_on_request_headers_received()
4970 CU_ASSERT(1 == session->last_sent_stream_id); in test_nghttp2_session_upgrade2()
10907 session->last_sent_stream_id = 20; in test_nghttp2_session_create_idle_stream()
/third_party/nghttp2/lib/
H A Dnghttp2_session.h308 int32_t last_sent_stream_id; member
H A Dnghttp2_session.c137 if (session->last_sent_stream_id < stream_id) { in session_detect_idle_stream()
2472 assert(session->last_sent_stream_id < frame->hd.stream_id); in session_prep_frame()
2473 session->last_sent_stream_id = frame->hd.stream_id; in session_prep_frame()
2550 assert(session->last_sent_stream_id + 2 <= in session_prep_frame()
2552 session->last_sent_stream_id = frame->push_promise.promised_stream_id; in session_prep_frame()
8051 session->last_sent_stream_id = 1; in nghttp2_session_upgrade_internal()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.h298 int32_t last_sent_stream_id; member
H A Dnghttp2_session.c137 if (session->last_sent_stream_id < stream_id) { in session_detect_idle_stream()
2467 assert(session->last_sent_stream_id < frame->hd.stream_id); in session_prep_frame()
2468 session->last_sent_stream_id = frame->hd.stream_id; in session_prep_frame()
2545 assert(session->last_sent_stream_id + 2 <= in session_prep_frame()
2547 session->last_sent_stream_id = frame->push_promise.promised_stream_id; in session_prep_frame()
8040 session->last_sent_stream_id = 1; in nghttp2_session_upgrade_internal()

Completed in 40 milliseconds