Searched refs:open_sent_stream2 (Results 1 – 3 of 3) sorted by relevance
/third_party/nghttp2/tests/ |
D | nghttp2_test_helper.h | 118 nghttp2_stream *open_sent_stream2(nghttp2_session *session, int32_t stream_id,
|
D | nghttp2_session_test.c | 940 stream = open_sent_stream2(session, 1, NGHTTP2_STREAM_CLOSING); in test_nghttp2_session_recv_data() 1854 open_sent_stream2(session, 2, NGHTTP2_STREAM_RESERVED); in test_nghttp2_session_server_recv_push_response() 3116 stream = open_sent_stream2(session, 1, NGHTTP2_STREAM_OPENING); in test_nghttp2_session_on_response_headers_received() 3146 stream = open_sent_stream2(session, 1, NGHTTP2_STREAM_OPENED); in test_nghttp2_session_on_headers_received() 3166 stream = open_sent_stream2(session, 3, NGHTTP2_STREAM_CLOSING); in test_nghttp2_session_on_headers_received() 4014 stream = open_sent_stream2(session, 2, NGHTTP2_STREAM_RESERVED); in test_nghttp2_session_on_window_update_received() 4053 open_sent_stream2(session, 1, NGHTTP2_STREAM_CLOSING); in test_nghttp2_session_on_data_received() 4367 open_sent_stream2(session, 2, NGHTTP2_STREAM_RESERVED); in test_nghttp2_session_send_headers_push_reply() 5229 open_sent_stream2(session, 2, NGHTTP2_STREAM_RESERVED); in test_nghttp2_submit_response_push_response() 5390 stream = open_sent_stream2(session, 2, NGHTTP2_STREAM_RESERVED); in test_nghttp2_submit_headers_push_reply() [all …]
|
D | nghttp2_test_helper.c | 323 nghttp2_stream *open_sent_stream2(nghttp2_session *session, int32_t stream_id, in open_sent_stream2() function
|