Searched refs:NGHTTP2_DEFAULT_WEIGHT (Results 1 - 14 of 14) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | nghttp2_test_helper.c | 286 return open_stream_with_all(session, stream_id, NGHTTP2_DEFAULT_WEIGHT, 0, in open_stream() 293 return open_stream_with_all(session, stream_id, NGHTTP2_DEFAULT_WEIGHT, 0, in open_stream_with_dep() 306 return open_stream_with_all(session, stream_id, NGHTTP2_DEFAULT_WEIGHT, 1, in open_stream_with_dep_excl() 322 nghttp2_priority_spec_init(&pri_spec, 0, NGHTTP2_DEFAULT_WEIGHT, 0); in open_sent_stream() 331 nghttp2_priority_spec_init(&pri_spec, 0, NGHTTP2_DEFAULT_WEIGHT, 0); in open_sent_stream2() 359 NGHTTP2_DEFAULT_WEIGHT, dep_stream); in open_sent_stream_with_dep() 383 nghttp2_priority_spec_init(&pri_spec, 0, NGHTTP2_DEFAULT_WEIGHT, 0); in open_recv_stream() 392 nghttp2_priority_spec_init(&pri_spec, 0, NGHTTP2_DEFAULT_WEIGHT, 0); in open_recv_stream2() 418 NGHTTP2_DEFAULT_WEIGHT, dep_stream); in open_recv_stream_with_dep()
|
H A D | nghttp2_session_test.c | 667 static nghttp2_priority_spec pri_spec_default = {0, NGHTTP2_DEFAULT_WEIGHT, 0}; 5083 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == dep_stream->weight); in test_nghttp2_session_reprioritize_stream() 5125 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == stream->weight); in test_nghttp2_session_reprioritize_stream() 5220 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == stream->weight); in test_nghttp2_session_reprioritize_stream_with_idle_stream_dep() 7081 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == stream->weight); in test_nghttp2_session_open_stream() 7090 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == stream->weight); in test_nghttp2_session_open_stream() 7110 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == stream->weight); in test_nghttp2_session_open_stream() 7121 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() 7160 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT in test_nghttp2_session_open_stream_with_idle_stream_dep() [all...] |
H A D | nghttp2_frame_test.c | 112 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == oframe.pri_spec.weight); in test_nghttp2_frame_pack_headers()
|
/third_party/nghttp2/lib/ |
H A 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()
|
H A D | nghttp2_session.c | 461 NGHTTP2_STREAM_IDLE, NGHTTP2_DEFAULT_WEIGHT, 0, 0, NULL, in session_new() 1178 NGHTTP2_DEFAULT_WEIGHT, 0); in nghttp2_session_add_item() 5033 NGHTTP2_DEFAULT_WEIGHT, 0); in nghttp2_session_on_push_promise_received()
|
/third_party/node/deps/nghttp2/lib/ |
H A 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()
|
H A D | nghttp2_session.c | 461 NGHTTP2_STREAM_IDLE, NGHTTP2_DEFAULT_WEIGHT, 0, 0, NULL, in session_new() 1173 NGHTTP2_DEFAULT_WEIGHT, 0); in nghttp2_session_add_item() 5028 NGHTTP2_DEFAULT_WEIGHT, 0); in nghttp2_session_on_push_promise_received()
|
/third_party/node/test/parallel/ |
H A D | test-http2-binding.js | 228 NGHTTP2_DEFAULT_WEIGHT: 16,
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 173 #define NGHTTP2_DEFAULT_WEIGHT 16 macro 3888 * are: stream_id = 0, weight = :macro:`NGHTTP2_DEFAULT_WEIGHT` and
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 173 #define NGHTTP2_DEFAULT_WEIGHT 16 macro 3872 * are: stream_id = 0, weight = :macro:`NGHTTP2_DEFAULT_WEIGHT` and
|
/third_party/curl/lib/ |
H A D | http2.c | 1766 data->set.priority.weight : NGHTTP2_DEFAULT_WEIGHT; in sweight_wanted() 1773 data->state.priority.weight : NGHTTP2_DEFAULT_WEIGHT; in sweight_in_effect()
|
/third_party/node/lib/internal/http2/ |
H A D | core.js | 269 NGHTTP2_DEFAULT_WEIGHT, 766 options.weight = NGHTTP2_DEFAULT_WEIGHT;
|
/third_party/nghttp2/src/ |
H A D | nghttp.cc | 1226 reqvec[0]->pri_spec.weight != NGHTTP2_DEFAULT_WEIGHT) { in connection_made() 3102 weight_to_fill = NGHTTP2_DEFAULT_WEIGHT; in main()
|
/third_party/node/src/ |
H A D | node_http2.cc | 3321 // NGHTTP2_DEFAULT_WEIGHT is a macro and not a regular define in Initialize() 3324 NODE_DEFINE_CONSTANT(constants, NGHTTP2_DEFAULT_WEIGHT); in Initialize()
|
Completed in 62 milliseconds