Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-http2-binding.js190 NGHTTP2_STREAM_STATE_RESERVED_LOCAL: 3, property
/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.c952 return NGHTTP2_STREAM_STATE_RESERVED_LOCAL; in nghttp2_stream_get_state()
/third_party/nghttp2/lib/
Dnghttp2_stream.c969 return NGHTTP2_STREAM_STATE_RESERVED_LOCAL; in nghttp2_stream_get_state()
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h5380 NGHTTP2_STREAM_STATE_RESERVED_LOCAL, enumerator
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h5716 NGHTTP2_STREAM_STATE_RESERVED_LOCAL, enumerator
/third_party/node/src/
Dnode_http2.h1152 V(NGHTTP2_STREAM_STATE_RESERVED_LOCAL) \
/third_party/nghttp2/tests/
Dnghttp2_session_test.c9596 CU_ASSERT(NGHTTP2_STREAM_STATE_RESERVED_LOCAL == in test_nghttp2_session_stream_get_state()
9623 CU_ASSERT(NGHTTP2_STREAM_STATE_RESERVED_LOCAL == in test_nghttp2_session_stream_get_state()