• Home
  • Raw
  • Download

Lines Matching refs:open_sent_stream2

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()
6675 open_sent_stream2(session, 2, NGHTTP2_STREAM_RESERVED); in test_nghttp2_session_get_next_ob_item()
6741 open_sent_stream2(session, 2, NGHTTP2_STREAM_RESERVED); in test_nghttp2_session_pop_next_ob_item()
11074 open_sent_stream2(session, stream_id, (nghttp2_stream_state)stream_state); in check_nghttp2_http_recv_headers_fail()
11116 open_sent_stream2(session, stream_id, (nghttp2_stream_state)stream_state); in check_nghttp2_http_recv_headers_ok()
11452 stream = open_sent_stream2(session, 1, NGHTTP2_STREAM_OPENING); in test_nghttp2_http_content_length()
11705 open_sent_stream2(session, 1, NGHTTP2_STREAM_OPENING); in test_nghttp2_http_non_final_response()
11725 open_sent_stream2(session, 3, NGHTTP2_STREAM_OPENING); in test_nghttp2_http_non_final_response()
11749 open_sent_stream2(session, 5, NGHTTP2_STREAM_OPENING); in test_nghttp2_http_non_final_response()
11770 open_sent_stream2(session, 7, NGHTTP2_STREAM_OPENING); in test_nghttp2_http_non_final_response()
11794 open_sent_stream2(session, 9, NGHTTP2_STREAM_OPENING); in test_nghttp2_http_non_final_response()
12090 open_sent_stream2(session, 1, NGHTTP2_STREAM_OPENING); in test_nghttp2_http_ignore_content_length()
12107 stream = open_sent_stream2(session, 3, NGHTTP2_STREAM_OPENING); in test_nghttp2_http_ignore_content_length()
12231 open_sent_stream2(session, 1, NGHTTP2_STREAM_OPENING); in test_nghttp2_http_push_promise()