Searched refs:old_weight (Results 1 – 1 of 1) sorted by relevance
264 int32_t old_weight; in nghttp2_stream_change_weight() local271 old_weight = stream->weight; in nghttp2_stream_change_weight()280 dep_stream->sum_dep_weight += weight - old_weight; in nghttp2_stream_change_weight()293 (uint32_t)((stream->pending_penalty + (uint32_t)old_weight - in nghttp2_stream_change_weight()294 (wlen_penalty % (uint32_t)old_weight)) % in nghttp2_stream_change_weight()295 (uint32_t)old_weight); in nghttp2_stream_change_weight()298 (uint32_t)old_weight; in nghttp2_stream_change_weight()
Completed in 3 milliseconds