Home
last modified time | relevance | path

Searched refs:NGHTTP2_DEFAULT_WEIGHT (Results 1 – 13 of 13) sorted by relevance

/third_party/nghttp2/tests/
Dnghttp2_test_helper.c287 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()
Dnghttp2_session_test.c659 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 …]
Dnghttp2_frame_test.c112 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == oframe.pri_spec.weight); in test_nghttp2_frame_pack_headers()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_priority_spec.c37 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()
Dnghttp2_session.c429 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/
Dnghttp2_priority_spec.c37 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()
Dnghttp2_session.c461 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/
Dtest-http2-binding.js227 NGHTTP2_DEFAULT_WEIGHT: 16, property
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h173 #define NGHTTP2_DEFAULT_WEIGHT 16 macro
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h173 #define NGHTTP2_DEFAULT_WEIGHT 16 macro
/third_party/node/lib/internal/http2/
Dcore.js247 NGHTTP2_DEFAULT_WEIGHT,
736 options.weight = NGHTTP2_DEFAULT_WEIGHT;
/third_party/nghttp2/src/
Dnghttp.cc1227 reqvec[0]->pri_spec.weight != NGHTTP2_DEFAULT_WEIGHT) { in connection_made()
3103 weight_to_fill = NGHTTP2_DEFAULT_WEIGHT; in main()
/third_party/node/src/
Dnode_http2.cc3190 NODE_DEFINE_CONSTANT(constants, NGHTTP2_DEFAULT_WEIGHT); in Initialize()