Home
last modified time | relevance | path

Searched refs:nghttp2_stream_get_state (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h5743 nghttp2_stream_get_state(nghttp2_stream *stream);
/third_party/nghttp2/lib/
H A Dnghttp2_stream.c960 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/
H A Dnghttp2.h5727 nghttp2_stream_get_state(nghttp2_stream *stream);
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.c960 nghttp2_stream_proto_state nghttp2_stream_get_state(nghttp2_stream *stream) { in nghttp2_stream_get_state() function
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c9538 nghttp2_stream_get_state(nghttp2_session_get_root_stream(session))); in test_nghttp2_session_stream_get_state()
9553 CU_ASSERT(NGHTTP2_STREAM_STATE_OPEN == nghttp2_stream_get_state(stream)); in test_nghttp2_session_stream_get_state()
9572 nghttp2_stream_get_state(stream)); in test_nghttp2_session_stream_get_state()
9586 nghttp2_stream_get_state(stream)); in test_nghttp2_session_stream_get_state()
9597 CU_ASSERT(NGHTTP2_STREAM_STATE_CLOSED == nghttp2_stream_get_state(stream)); in test_nghttp2_session_stream_get_state()
9624 nghttp2_stream_get_state(stream)); in test_nghttp2_session_stream_get_state()
9651 nghttp2_stream_get_state(stream)); in test_nghttp2_session_stream_get_state()
9665 nghttp2_stream_get_state(stream)); in test_nghttp2_session_stream_get_state()
9681 CU_ASSERT(NGHTTP2_STREAM_STATE_IDLE == nghttp2_stream_get_state(stream)); in test_nghttp2_session_stream_get_state()
9711 nghttp2_stream_get_state(strea in test_nghttp2_session_stream_get_state()
[all...]
/third_party/node/src/
H A Dnode_http2.cc2908 nghttp2_stream_get_state(str); in RefreshState()

Completed in 30 milliseconds