Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
Dlibnghttp2_shared.map321 nghttp2_stream_get_weight;
Dnghttp2_stream.c991 int32_t nghttp2_stream_get_weight(nghttp2_stream *stream) { in nghttp2_stream_get_weight() function
/third_party/nghttp2/doc/
DMakefile.am163 nghttp2_stream_get_weight.rst \
DCMakeLists.txt134 nghttp2_stream_get_weight.rst
/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.c991 int32_t nghttp2_stream_get_weight(nghttp2_stream *stream) { in nghttp2_stream_get_weight() function
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h5462 NGHTTP2_EXTERN int32_t nghttp2_stream_get_weight(nghttp2_stream *stream);
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h5508 NGHTTP2_EXTERN int32_t nghttp2_stream_get_weight(nghttp2_stream *stream);
/third_party/node/src/
Dnode_http2.cc2761 nghttp2_stream_get_weight(str); in RefreshState()
/third_party/nghttp2/tests/
Dnghttp2_session_test.c9216 CU_ASSERT(11 == nghttp2_stream_get_weight(c)); in test_nghttp2_session_stream_get_something()