Searched refs:NGHTTP2_DEFAULT_WEIGHT (Results 1 – 13 of 13) sorted by relevance
/third_party/nghttp2/tests/ |
D | nghttp2_test_helper.c | 287 return open_stream_with_all(session, stream_id, NGHTTP2_DEFAULT_WEIGHT, 0, in open_stream() 294 return open_stream_with_all(session, stream_id, NGHTTP2_DEFAULT_WEIGHT, 0, in open_stream_with_dep() 307 return open_stream_with_all(session, stream_id, NGHTTP2_DEFAULT_WEIGHT, 1, in open_stream_with_dep_excl() 323 nghttp2_priority_spec_init(&pri_spec, 0, NGHTTP2_DEFAULT_WEIGHT, 0); in open_sent_stream() 332 nghttp2_priority_spec_init(&pri_spec, 0, NGHTTP2_DEFAULT_WEIGHT, 0); in open_sent_stream2() 360 NGHTTP2_DEFAULT_WEIGHT, dep_stream); in open_sent_stream_with_dep() 384 nghttp2_priority_spec_init(&pri_spec, 0, NGHTTP2_DEFAULT_WEIGHT, 0); in open_recv_stream() 393 nghttp2_priority_spec_init(&pri_spec, 0, NGHTTP2_DEFAULT_WEIGHT, 0); in open_recv_stream2() 419 NGHTTP2_DEFAULT_WEIGHT, dep_stream); in open_recv_stream_with_dep()
|
D | nghttp2_session_test.c | 659 static nghttp2_priority_spec pri_spec_default = {0, NGHTTP2_DEFAULT_WEIGHT, 0}; 5056 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == dep_stream->weight); in test_nghttp2_session_reprioritize_stream() 5098 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == stream->weight); in test_nghttp2_session_reprioritize_stream() 5193 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == stream->weight); in test_nghttp2_session_reprioritize_stream_with_idle_stream_dep() 7054 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == stream->weight); in test_nghttp2_session_open_stream() 7063 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == stream->weight); in test_nghttp2_session_open_stream() 7083 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == stream->weight); in test_nghttp2_session_open_stream() 7094 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == stream->weight); in test_nghttp2_session_open_stream() 7106 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == stream->weight); in test_nghttp2_session_open_stream() 7133 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == stream->weight); in test_nghttp2_session_open_stream_with_idle_stream_dep() [all …]
|
D | nghttp2_frame_test.c | 112 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == oframe.pri_spec.weight); in test_nghttp2_frame_pack_headers()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_priority_spec.c | 37 pri_spec->weight = NGHTTP2_DEFAULT_WEIGHT; in nghttp2_priority_spec_default_init() 43 pri_spec->weight == NGHTTP2_DEFAULT_WEIGHT && pri_spec->exclusive == 0; in nghttp2_priority_spec_check_default()
|
D | nghttp2_session.c | 429 NGHTTP2_STREAM_IDLE, NGHTTP2_DEFAULT_WEIGHT, 0, 0, NULL, in session_new() 914 NGHTTP2_DEFAULT_WEIGHT, 0); in nghttp2_session_add_item() 4667 NGHTTP2_DEFAULT_WEIGHT, 0); in nghttp2_session_on_push_promise_received()
|
/third_party/nghttp2/lib/ |
D | nghttp2_priority_spec.c | 37 pri_spec->weight = NGHTTP2_DEFAULT_WEIGHT; in nghttp2_priority_spec_default_init() 43 pri_spec->weight == NGHTTP2_DEFAULT_WEIGHT && pri_spec->exclusive == 0; in nghttp2_priority_spec_check_default()
|
D | nghttp2_session.c | 461 NGHTTP2_STREAM_IDLE, NGHTTP2_DEFAULT_WEIGHT, 0, 0, NULL, in session_new() 1192 NGHTTP2_DEFAULT_WEIGHT, 0); in nghttp2_session_add_item() 5114 NGHTTP2_DEFAULT_WEIGHT, 0); in nghttp2_session_on_push_promise_received()
|
/third_party/node/test/parallel/ |
D | test-http2-binding.js | 227 NGHTTP2_DEFAULT_WEIGHT: 16, property
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 173 #define NGHTTP2_DEFAULT_WEIGHT 16 macro
|
/third_party/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 173 #define NGHTTP2_DEFAULT_WEIGHT 16 macro
|
/third_party/node/lib/internal/http2/ |
D | core.js | 247 NGHTTP2_DEFAULT_WEIGHT, 736 options.weight = NGHTTP2_DEFAULT_WEIGHT;
|
/third_party/nghttp2/src/ |
D | nghttp.cc | 1227 reqvec[0]->pri_spec.weight != NGHTTP2_DEFAULT_WEIGHT) { in connection_made() 3103 weight_to_fill = NGHTTP2_DEFAULT_WEIGHT; in main()
|
/third_party/node/src/ |
D | node_http2.cc | 3190 NODE_DEFINE_CONSTANT(constants, NGHTTP2_DEFAULT_WEIGHT); in Initialize()
|