Searched refs:nghttp2_stream_get_state (Results 1 – 9 of 9) sorted by relevance
318 nghttp2_stream_get_state;
945 nghttp2_stream_proto_state nghttp2_stream_get_state(nghttp2_stream *stream) { in nghttp2_stream_get_state() function
161 nghttp2_stream_get_state.rst \
132 nghttp2_stream_get_state.rst
5407 nghttp2_stream_get_state(nghttp2_stream *stream);
5453 nghttp2_stream_get_state(nghttp2_stream *stream);
8985 nghttp2_stream_get_state(nghttp2_session_get_root_stream(session))); in test_nghttp2_session_stream_get_state()9000 CU_ASSERT(NGHTTP2_STREAM_STATE_OPEN == nghttp2_stream_get_state(stream)); in test_nghttp2_session_stream_get_state()9019 nghttp2_stream_get_state(stream)); in test_nghttp2_session_stream_get_state()9033 nghttp2_stream_get_state(stream)); in test_nghttp2_session_stream_get_state()9044 CU_ASSERT(NGHTTP2_STREAM_STATE_CLOSED == nghttp2_stream_get_state(stream)); in test_nghttp2_session_stream_get_state()9071 nghttp2_stream_get_state(stream)); in test_nghttp2_session_stream_get_state()9098 nghttp2_stream_get_state(stream)); in test_nghttp2_session_stream_get_state()9112 nghttp2_stream_get_state(stream)); in test_nghttp2_session_stream_get_state()9130 CU_ASSERT(NGHTTP2_STREAM_STATE_IDLE == nghttp2_stream_get_state(stream)); in test_nghttp2_session_stream_get_state()9160 nghttp2_stream_get_state(stream)); in test_nghttp2_session_stream_get_state()[all …]
2759 nghttp2_stream_get_state(str); in RefreshState()