Home
last modified time | relevance | path

Searched refs:NGHTTP2_STREAM_STATE_OPEN (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-binding.js189 NGHTTP2_STREAM_STATE_OPEN: 2, property
/third_party/nghttp2/lib/
Dnghttp2_stream.c972 return NGHTTP2_STREAM_STATE_OPEN; in nghttp2_stream_get_state()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.c972 return NGHTTP2_STREAM_STATE_OPEN; in nghttp2_stream_get_state()
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h5376 NGHTTP2_STREAM_STATE_OPEN, enumerator
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h5422 NGHTTP2_STREAM_STATE_OPEN, enumerator
/third_party/node/src/
Dnode_http2.h1145 V(NGHTTP2_STREAM_STATE_OPEN) \
/third_party/nghttp2/tests/
Dnghttp2_session_test.c9000 CU_ASSERT(NGHTTP2_STREAM_STATE_OPEN == nghttp2_stream_get_state(stream)); in test_nghttp2_session_stream_get_state()