Home
last modified time | relevance | path

Searched refs:nghttp2_stream_get_state (Results 1 – 9 of 9) sorted by relevance

/third_party/nghttp2/lib/
Dlibnghttp2_shared.map318 nghttp2_stream_get_state;
Dnghttp2_stream.c945 nghttp2_stream_proto_state nghttp2_stream_get_state(nghttp2_stream *stream) { in nghttp2_stream_get_state() function
/third_party/nghttp2/doc/
DMakefile.am161 nghttp2_stream_get_state.rst \
DCMakeLists.txt132 nghttp2_stream_get_state.rst
/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.c945 nghttp2_stream_proto_state nghttp2_stream_get_state(nghttp2_stream *stream) { in nghttp2_stream_get_state() function
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h5407 nghttp2_stream_get_state(nghttp2_stream *stream);
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h5453 nghttp2_stream_get_state(nghttp2_stream *stream);
/third_party/nghttp2/tests/
Dnghttp2_session_test.c8985 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 …]
/third_party/node/src/
Dnode_http2.cc2759 nghttp2_stream_get_state(str); in RefreshState()