Lines Matching refs:NGHTTP2_DEFAULT_WEIGHT
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()
7147 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == stream->weight); in test_nghttp2_session_open_stream_with_idle_stream_dep()
8266 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT * 2 == a->sum_dep_weight); in test_nghttp2_session_stream_dep_add()
8268 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == c->sum_dep_weight); in test_nghttp2_session_stream_dep_add()
8289 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == a->sum_dep_weight); in test_nghttp2_session_stream_dep_add()
8290 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT * 2 == e->sum_dep_weight); in test_nghttp2_session_stream_dep_add()
8292 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == c->sum_dep_weight); in test_nghttp2_session_stream_dep_add()
8340 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == c->sum_dep_weight); in test_nghttp2_session_stream_dep_remove()
8379 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == a->sum_dep_weight); in test_nghttp2_session_stream_dep_remove()
8380 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == c->sum_dep_weight); in test_nghttp2_session_stream_dep_remove()
8419 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT * 2 == a->sum_dep_weight); in test_nghttp2_session_stream_dep_remove()
8452 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT * 3 == a->sum_dep_weight); in test_nghttp2_session_stream_dep_remove()
8454 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT * 2 == c->sum_dep_weight); in test_nghttp2_session_stream_dep_remove()
8469 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT * 2 + 8 * 2 == a->sum_dep_weight); in test_nghttp2_session_stream_dep_remove()
8524 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT * 3 == a->sum_dep_weight); in test_nghttp2_session_stream_dep_add_subtree()
8526 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == c->sum_dep_weight); in test_nghttp2_session_stream_dep_add_subtree()
8528 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == e->sum_dep_weight); in test_nghttp2_session_stream_dep_add_subtree()
8573 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == a->sum_dep_weight); in test_nghttp2_session_stream_dep_add_subtree()
8575 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == c->sum_dep_weight); in test_nghttp2_session_stream_dep_add_subtree()
8577 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT * 3 == e->sum_dep_weight); in test_nghttp2_session_stream_dep_add_subtree()
8622 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == a->sum_dep_weight); in test_nghttp2_session_stream_dep_remove_subtree()
8624 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == c->sum_dep_weight); in test_nghttp2_session_stream_dep_remove_subtree()
8661 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == a->sum_dep_weight); in test_nghttp2_session_stream_dep_remove_subtree()
8663 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == c->sum_dep_weight); in test_nghttp2_session_stream_dep_remove_subtree()
8699 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT * 2 == a->sum_dep_weight); in test_nghttp2_session_stream_dep_remove_subtree()
8701 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == c->sum_dep_weight); in test_nghttp2_session_stream_dep_remove_subtree()
8750 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == c->sum_dep_weight); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8751 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == a->sum_dep_weight); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8785 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT * 2 == c->sum_dep_weight); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8825 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT * 2 == c->sum_dep_weight); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8827 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == a->sum_dep_weight); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
10906 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == stream4->weight); in test_nghttp2_session_create_idle_stream()