Searched refs:NGHTTP2_STREAM_RESERVED (Results 1 - 5 of 5) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_stream.h | 63 NGHTTP2_STREAM_RESERVED, enumerator
|
H A D | nghttp2_session.c | 111 return stream->state == NGHTTP2_STREAM_RESERVED && in state_reserved_remote() 118 return stream->state == NGHTTP2_STREAM_RESERVED && in state_reserved_local() 1145 (stream && stream->state == NGHTTP2_STREAM_RESERVED)) { in nghttp2_session_add_item() 1182 NGHTTP2_STREAM_FLAG_NONE, &pri_spec, NGHTTP2_STREAM_RESERVED, in nghttp2_session_add_item() 1386 if (initial_state == NGHTTP2_STREAM_RESERVED) { in nghttp2_session_open_stream() 1415 case NGHTTP2_STREAM_RESERVED: in nghttp2_session_open_stream() 1912 if (stream->state != NGHTTP2_STREAM_RESERVED) { in session_predicate_push_response_headers_send() 2179 if (stream->state == NGHTTP2_STREAM_RESERVED) { in nghttp2_session_predicate_data_send() 2420 if (stream && stream->state == NGHTTP2_STREAM_RESERVED) { in session_prep_frame() 4282 assert(stream->state == NGHTTP2_STREAM_RESERVED); in nghttp2_session_on_push_response_headers_received() [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_stream.h | 63 NGHTTP2_STREAM_RESERVED, enumerator
|
H A D | nghttp2_session.c | 111 return stream->state == NGHTTP2_STREAM_RESERVED && in state_reserved_remote() 118 return stream->state == NGHTTP2_STREAM_RESERVED && in state_reserved_local() 1140 (stream && stream->state == NGHTTP2_STREAM_RESERVED)) { in nghttp2_session_add_item() 1177 NGHTTP2_STREAM_FLAG_NONE, &pri_spec, NGHTTP2_STREAM_RESERVED, in nghttp2_session_add_item() 1381 if (initial_state == NGHTTP2_STREAM_RESERVED) { in nghttp2_session_open_stream() 1410 case NGHTTP2_STREAM_RESERVED: in nghttp2_session_open_stream() 1907 if (stream->state != NGHTTP2_STREAM_RESERVED) { in session_predicate_push_response_headers_send() 2174 if (stream->state == NGHTTP2_STREAM_RESERVED) { in nghttp2_session_predicate_data_send() 2415 if (stream && stream->state == NGHTTP2_STREAM_RESERVED) { in session_prep_frame() 4277 assert(stream->state == NGHTTP2_STREAM_RESERVED); in nghttp2_session_on_push_response_headers_received() [all...] |
/third_party/nghttp2/tests/ |
H A D | nghttp2_session_test.c | 1959 open_sent_stream2(session, 2, NGHTTP2_STREAM_RESERVED); in test_nghttp2_session_server_recv_push_response() 3521 stream = open_recv_stream2(session, 2, NGHTTP2_STREAM_RESERVED); in test_nghttp2_session_on_push_response_headers_received() 3525 stream's state is NGHTTP2_STREAM_RESERVED and session->server is in test_nghttp2_session_on_push_response_headers_received() 3543 stream = open_recv_stream2(session, 4, NGHTTP2_STREAM_RESERVED); in test_nghttp2_session_on_push_response_headers_received() 3561 stream = open_recv_stream2(session, 6, NGHTTP2_STREAM_RESERVED); in test_nghttp2_session_on_push_response_headers_received() 4021 CU_ASSERT(NGHTTP2_STREAM_RESERVED == promised_stream->state); in test_nghttp2_session_on_push_promise_received() 4134 open_recv_stream2(session, 2, NGHTTP2_STREAM_RESERVED); in test_nghttp2_session_on_push_promise_received() 4218 open_recv_stream2(session, 2, NGHTTP2_STREAM_RESERVED); in test_nghttp2_session_on_push_promise_received() 4416 open_recv_stream2(session, 2, NGHTTP2_STREAM_RESERVED); in test_nghttp2_session_on_window_update_received() 4432 stream = open_sent_stream2(session, 2, NGHTTP2_STREAM_RESERVED); in test_nghttp2_session_on_window_update_received() [all...] |
Completed in 25 milliseconds