Searched refs:sum_dep_weight (Results 1 - 5 of 5) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_stream.c | 89 stream->sum_dep_weight = 0; in nghttp2_stream_init() 267 dep_stream->sum_dep_weight += weight - old_weight; in nghttp2_stream_change_weight() 313 weight = stream->weight * weight / stream->sum_dep_weight; in nghttp2_stream_dep_distributed_weight() 400 if (n != stream->sum_dep_weight) { in check_sum_dep() 401 fprintf(stderr, "stream(%p)=%d, sum_dep_weight = %d; want %d\n", stream, in check_sum_dep() 402 stream->stream_id, n, stream->sum_dep_weight); in check_sum_dep() 612 stream->sum_dep_weight = dep_stream->sum_dep_weight; in nghttp2_stream_dep_insert() 613 dep_stream->sum_dep_weight = stream->weight; in nghttp2_stream_dep_insert() 758 dep_stream->sum_dep_weight in nghttp2_stream_dep_add() [all...] |
H A D | nghttp2_stream.h | 214 int32_t sum_dep_weight; member
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_stream.c | 89 stream->sum_dep_weight = 0; in nghttp2_stream_init() 267 dep_stream->sum_dep_weight += weight - old_weight; in nghttp2_stream_change_weight() 313 weight = stream->weight * weight / stream->sum_dep_weight; in nghttp2_stream_dep_distributed_weight() 400 if (n != stream->sum_dep_weight) { in check_sum_dep() 401 fprintf(stderr, "stream(%p)=%d, sum_dep_weight = %d; want %d\n", stream, in check_sum_dep() 402 stream->stream_id, n, stream->sum_dep_weight); in check_sum_dep() 612 stream->sum_dep_weight = dep_stream->sum_dep_weight; in nghttp2_stream_dep_insert() 613 dep_stream->sum_dep_weight = stream->weight; in nghttp2_stream_dep_insert() 758 dep_stream->sum_dep_weight in nghttp2_stream_dep_add() [all...] |
H A D | nghttp2_stream.h | 214 int32_t sum_dep_weight; member
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_session_test.c | 5104 CU_ASSERT(100 == dep_stream->sum_dep_weight); in test_nghttp2_session_reprioritize_stream() 8293 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT * 2 == a->sum_dep_weight); in test_nghttp2_session_stream_dep_add() 8294 CU_ASSERT(0 == b->sum_dep_weight); in test_nghttp2_session_stream_dep_add() 8295 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == c->sum_dep_weight); in test_nghttp2_session_stream_dep_add() 8296 CU_ASSERT(0 == d->sum_dep_weight); in test_nghttp2_session_stream_dep_add() 8316 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == a->sum_dep_weight); in test_nghttp2_session_stream_dep_add() 8317 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT * 2 == e->sum_dep_weight); in test_nghttp2_session_stream_dep_add() 8318 CU_ASSERT(0 == b->sum_dep_weight); in test_nghttp2_session_stream_dep_add() 8319 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == c->sum_dep_weight); in test_nghttp2_session_stream_dep_add() 8320 CU_ASSERT(0 == d->sum_dep_weight); in test_nghttp2_session_stream_dep_add() [all...] |
Completed in 14 milliseconds