Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_stream.c264 int32_t old_weight; in nghttp2_stream_change_weight() local
271 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 4 milliseconds